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

IGMP snooping causes serious trouble with IPv6 neighbour discovery.
This commit is contained in:
Nils Schneider 2014-09-09 11:29:51 +02:00
parent 29464a4ba1
commit d87cf05c95

View File

@ -35,6 +35,7 @@ if not uci:get('network', 'client') then
)
end
uci:set('network', 'client', 'igmp_snooping', 0)
uci:set('network', 'client', 'macaddr', sysconfig.primary_mac)
uci:set('network', 'client', 'peerdns', 1)