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

Struct RouteTargetMembershipNLRI

pkg/packet/bgp/bgp.go:2136–2140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2134}
2135
2136type RouteTargetMembershipNLRI struct {
2137 Length uint8
2138 AS uint32
2139 RouteTarget ExtendedCommunityInterface
2140}
2141
2142func (n *RouteTargetMembershipNLRI) decodeFromBytes(data []byte, options ...*MarshallingOption) error {
2143 if len(data) < 1 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected