Method: Cisco::RouteMap#match_src_proto

Defined in:
lib/cisco_node_utils/route_map.rb

#match_src_protoObject

match source-protocol tcp udp



310
311
312
313
# File 'lib/cisco_node_utils/route_map.rb', line 310

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