Method: Cisco::RouteMap#match_ospf_area
- Defined in:
- lib/cisco_node_utils/route_map.rb
#match_ospf_area ⇒ Object
match ospf-area 10 7
1107 1108 1109 1110 1111 |
# File 'lib/cisco_node_utils/route_map.rb', line 1107 def match_ospf_area str = config_get('route_map', 'match_ospf_area', @get_args) return if str.nil? str.empty? ? default_match_ospf_area : str.split end |