| 3238 | ) |
| 3239 | |
| 3240 | type EVPNNLRI struct { |
| 3241 | RouteType uint8 |
| 3242 | Length uint8 |
| 3243 | RouteTypeData EVPNRouteTypeInterface |
| 3244 | } |
| 3245 | |
| 3246 | func (n *EVPNNLRI) decodeFromBytes(data []byte, options ...*MarshallingOption) error { |
| 3247 | if len(data) < 2 { |
nothing calls this directly
no outgoing calls
no test coverage detected