Method: Cisco::RouteMap#match_community_exact_match
- Defined in:
- lib/cisco_node_utils/route_map.rb
#match_community_exact_match ⇒ Object
match extcommunity public private exact-match
193 194 195 196 |
# File 'lib/cisco_node_utils/route_map.rb', line 193 def match_community_exact_match config_get('route_map', 'match_community', @get_args).include?('exact-match') end |