Skip to content
Snippets Groups Projects
Commit bca916dd authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-core: disable multicast snooping on the WAN bridge

This seems to mitigate weird bridge forwarding issues.
parent 728a101d
Branches
Tags
No related merge requests found
......@@ -9,6 +9,7 @@ uci:section('network', 'interface', 'wan',
{
ifname = sysconfig.wan_ifname,
type = 'bridge',
igmp_snooping = 0,
peerdns = 0,
auto = 1,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment