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

Struct LargeCommunityAction

internal/pkg/table/policy.go:3039–3043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3037}
3038
3039type LargeCommunityAction struct {
3040 action oc.BgpSetCommunityOptionType
3041 list []*bgp.LargeCommunity
3042 removeList []*regexp.Regexp
3043}
3044
3045func (a *LargeCommunityAction) Type() ActionType {
3046 return ACTION_LARGE_COMMUNITY

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected