| 2254 | } |
| 2255 | |
| 2256 | type ExtCommunityCondition struct { |
| 2257 | set *ExtCommunitySet |
| 2258 | option MatchOption |
| 2259 | } |
| 2260 | |
| 2261 | func (c *ExtCommunityCondition) Type() ConditionType { |
| 2262 | return CONDITION_EXT_COMMUNITY |
nothing calls this directly
no outgoing calls
no test coverage detected