Method: Cisco::RouteMap#match_ext_community
- Defined in:
- lib/cisco_node_utils/route_map.rb
#match_ext_community ⇒ Object
202 203 204 205 206 207 208 209 210 211 |
# File 'lib/cisco_node_utils/route_map.rb', line 202 def match_ext_community str = config_get('route_map', 'match_ext_community', @get_args) if str.empty? val = default_match_ext_community else val = str.split val.delete('exact-match') end val end |