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

Struct EVPNNLRI

pkg/packet/bgp/bgp.go:3240–3244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3238)
3239
3240type EVPNNLRI struct {
3241 RouteType uint8
3242 Length uint8
3243 RouteTypeData EVPNRouteTypeInterface
3244}
3245
3246func (n *EVPNNLRI) decodeFromBytes(data []byte, options ...*MarshallingOption) error {
3247 if len(data) < 2 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected