Method: Cisco::RouteMap#match_ipv6_multicast_group_addr=
- Defined in:
- lib/cisco_node_utils/route_map.rb
#match_ipv6_multicast_group_addr=(grp_addr) ⇒ Object
749 750 751 |
# File 'lib/cisco_node_utils/route_map.rb', line 749 def match_ipv6_multicast_group_addr=(grp_addr) @set_args[:group] = Utils.attach_prefix(grp_addr, :group) end |