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
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment