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

Struct ExtCommunityAction

internal/pkg/table/policy.go:2932–2937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2930}
2931
2932type ExtCommunityAction struct {
2933 action oc.BgpSetCommunityOptionType
2934 list []bgp.ExtendedCommunityInterface
2935 removeList []*regexp.Regexp
2936 subtypeList []bgp.ExtendedCommunityAttrSubType
2937}
2938
2939func (a *ExtCommunityAction) Type() ActionType {
2940 return ACTION_EXT_COMMUNITY

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected