Method: Cisco::RouteMap#match_ipv6_multicast_enable=
- Defined in:
- lib/cisco_node_utils/route_map.rb
#match_ipv6_multicast_enable=(enable) ⇒ Object
821 822 823 |
# File 'lib/cisco_node_utils/route_map.rb', line 821 def match_ipv6_multicast_enable=(enable) @set_args[:state] = enable ? '' : 'no' end |