Merge pull request #73 from freifunk-gluon/igmp-snoop-disable

mesh-batman-adv-core: disable igmp_snooping on br-client
This commit is contained in:
Nils Schneider 2014-09-09 14:06:35 +02:00
commit f36a58e77d
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)