Method: Cisco::RouteMap#match_ipv4_multicast_group_range_end_addr=
- Defined in:
- lib/cisco_node_utils/route_map.rb
#match_ipv4_multicast_group_range_end_addr=(end_addr) ⇒ Object
523 524 525 |
# File 'lib/cisco_node_utils/route_map.rb', line 523 def match_ipv4_multicast_group_range_end_addr=(end_addr) @set_args[:to] = Utils.attach_prefix(end_addr, :to) end |