| 4819 | } |
| 4820 | |
| 4821 | type OpaqueNLRI struct { |
| 4822 | Length uint16 |
| 4823 | Key []byte |
| 4824 | Value []byte |
| 4825 | } |
| 4826 | |
| 4827 | func (n *OpaqueNLRI) decodeFromBytes(data []byte, options ...*MarshallingOption) error { |
| 4828 | if len(data) < 2 { |
nothing calls this directly
no outgoing calls
no test coverage detected