| 3333 | } |
| 3334 | |
| 3335 | type NexthopAction struct { |
| 3336 | value netip.Addr |
| 3337 | self bool |
| 3338 | peerAddress bool |
| 3339 | unchanged bool |
| 3340 | } |
| 3341 | |
| 3342 | func (a *NexthopAction) Type() ActionType { |
| 3343 | return ACTION_NEXTHOP |
nothing calls this directly
no outgoing calls
no test coverage detected