Skip to content
Snippets Groups Projects
Commit ddb9e6b2 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Merge pull request #679 from T-X/preparations-for-mcast-snooping-final

Preparations for Multicast Snooping Final
parents fe1b887f c9aa2672
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,9 @@ end
uci:set('network', 'client', 'proto', 'dhcpv6')
uci:set('network', 'client', 'reqprefix', 'no')
uci:set('network', 'client', 'igmp_snooping', 0)
uci:set('network', 'client', 'robustness', 3)
uci:set('network', 'client', 'query_interval', 2000)
uci:set('network', 'client', 'query_response_interval', 500)
uci:set('network', 'client', 'peerdns', 1)
uci:set('network', 'client', 'sourcefilter', 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment