gluon-core: disable multicast snooping on the WAN bridge

This seems to mitigate weird bridge forwarding issues.
This commit is contained in:
Matthias Schiffer 2015-04-27 22:00:38 +02:00
parent 728a101d8d
commit bca916dd55
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ uci:section('network', 'interface', 'wan',
{
ifname = sysconfig.wan_ifname,
type = 'bridge',
igmp_snooping = 0,
peerdns = 0,
auto = 1,
}