Method: Cisco::RouteMap#match_tag

Defined in:
lib/cisco_node_utils/route_map.rb

#match_tagObject

match tag 11 5 28



280
281
282
283
# File 'lib/cisco_node_utils/route_map.rb', line 280

def match_tag
  str = config_get('route_map', 'match_tag', @get_args)
  str.empty? ? default_match_tag : str.split
end