| 3037 | } |
| 3038 | |
| 3039 | type LargeCommunityAction struct { |
| 3040 | action oc.BgpSetCommunityOptionType |
| 3041 | list []*bgp.LargeCommunity |
| 3042 | removeList []*regexp.Regexp |
| 3043 | } |
| 3044 | |
| 3045 | func (a *LargeCommunityAction) Type() ActionType { |
| 3046 | return ACTION_LARGE_COMMUNITY |
nothing calls this directly
no outgoing calls
no test coverage detected