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