swann: disable multicast snooping and vlan filtering
This commit is contained in:
parent
f51c993198
commit
0eab7d1802
1 changed files with 2 additions and 2 deletions
|
@ -359,9 +359,9 @@ in {
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
[Bridge]
|
[Bridge]
|
||||||
VLANFiltering=true
|
VLANFiltering=false
|
||||||
MulticastQuerier=true
|
MulticastQuerier=true
|
||||||
MulticastSnooping=true
|
MulticastSnooping=false
|
||||||
STP=true
|
STP=true
|
||||||
VLANProtocol=802.1q
|
VLANProtocol=802.1q
|
||||||
MulticastIGMPVersion=3
|
MulticastIGMPVersion=3
|
||||||
|
|
Loading…
Reference in a new issue