Skip to content
Snippets Groups Projects
Commit d87cf05c authored by Nils Schneider's avatar Nils Schneider
Browse files

mesh-batman-adv-core: disable igmp_snooping on br-client

IGMP snooping causes serious trouble with IPv6 neighbour discovery.
parent 29464a4b
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ if not uci:get('network', 'client') then ...@@ -35,6 +35,7 @@ if not uci:get('network', 'client') then
) )
end end
uci:set('network', 'client', 'igmp_snooping', 0)
uci:set('network', 'client', 'macaddr', sysconfig.primary_mac) uci:set('network', 'client', 'macaddr', sysconfig.primary_mac)
uci:set('network', 'client', 'peerdns', 1) uci:set('network', 'client', 'peerdns', 1)
......
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