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

Struct AsPathPrependAction

internal/pkg/table/policy.go:3259–3263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3257}
3258
3259type AsPathPrependAction struct {
3260 asn uint32
3261 useLeftMost bool
3262 repeat uint8
3263}
3264
3265func (a *AsPathPrependAction) Type() ActionType {
3266 return ACTION_AS_PATH_PREPEND

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected