| 2783 | } |
| 2784 | |
| 2785 | type CommunityAction struct { |
| 2786 | action oc.BgpSetCommunityOptionType |
| 2787 | list []uint32 |
| 2788 | removeList []*regexp.Regexp |
| 2789 | } |
| 2790 | |
| 2791 | func RegexpRemoveCommunities(path *Path, exps []*regexp.Regexp) { |
| 2792 | comms := path.GetCommunities() |
nothing calls this directly
no outgoing calls
no test coverage detected