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