gluon-core: disable multicast snooping on the WAN bridge
This seems to mitigate weird bridge forwarding issues.
This commit is contained in:
parent
728a101d8d
commit
bca916dd55
@ -9,6 +9,7 @@ uci:section('network', 'interface', 'wan',
|
||||
{
|
||||
ifname = sysconfig.wan_ifname,
|
||||
type = 'bridge',
|
||||
igmp_snooping = 0,
|
||||
peerdns = 0,
|
||||
auto = 1,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user