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

Struct CommunityAction

internal/pkg/table/policy.go:2785–2789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2783}
2784
2785type CommunityAction struct {
2786 action oc.BgpSetCommunityOptionType
2787 list []uint32
2788 removeList []*regexp.Regexp
2789}
2790
2791func RegexpRemoveCommunities(path *Path, exps []*regexp.Regexp) {
2792 comms := path.GetCommunities()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected