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

Struct NexthopAction

internal/pkg/table/policy.go:3335–3340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3333}
3334
3335type NexthopAction struct {
3336 value netip.Addr
3337 self bool
3338 peerAddress bool
3339 unchanged bool
3340}
3341
3342func (a *NexthopAction) Type() ActionType {
3343 return ACTION_NEXTHOP

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected