| 3257 | } |
| 3258 | |
| 3259 | type AsPathPrependAction struct { |
| 3260 | asn uint32 |
| 3261 | useLeftMost bool |
| 3262 | repeat uint8 |
| 3263 | } |
| 3264 | |
| 3265 | func (a *AsPathPrependAction) Type() ActionType { |
| 3266 | return ACTION_AS_PATH_PREPEND |
nothing calls this directly
no outgoing calls
no test coverage detected