1
0
mirror of https://github.com/freifunk-gluon/packages.git synced 2024-06-20 07:38:30 +02:00

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

View File

@ -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)