| 2930 | } |
| 2931 | |
| 2932 | type ExtCommunityAction struct { |
| 2933 | action oc.BgpSetCommunityOptionType |
| 2934 | list []bgp.ExtendedCommunityInterface |
| 2935 | removeList []*regexp.Regexp |
| 2936 | subtypeList []bgp.ExtendedCommunityAttrSubType |
| 2937 | } |
| 2938 | |
| 2939 | func (a *ExtCommunityAction) Type() ActionType { |
| 2940 | return ACTION_EXT_COMMUNITY |
nothing calls this directly
no outgoing calls
no test coverage detected