MCPcopy
hub / github.com/osrg/gobgp / OpaqueNLRI

Struct OpaqueNLRI

pkg/packet/bgp/bgp.go:4821–4825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4819}
4820
4821type OpaqueNLRI struct {
4822 Length uint16
4823 Key []byte
4824 Value []byte
4825}
4826
4827func (n *OpaqueNLRI) decodeFromBytes(data []byte, options ...*MarshallingOption) error {
4828 if len(data) < 2 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected