Method: Cisco::RouteMap#match_ext_community_exact_match

Defined in:
lib/cisco_node_utils/route_map.rb

#match_ext_community_exact_matchObject



238
239
240
241
# File 'lib/cisco_node_utils/route_map.rb', line 238

def match_ext_community_exact_match
  config_get('route_map', 'match_ext_community',
             @get_args).include?('exact-match')
end