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 aa9d6b662d
commit 1fafaeb558
1 changed files with 1 additions and 0 deletions

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)