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 = ''
|
||||
[Bridge]
|
||||
VLANFiltering=true
|
||||
VLANFiltering=false
|
||||
MulticastQuerier=true
|
||||
MulticastSnooping=true
|
||||
MulticastSnooping=false
|
||||
STP=true
|
||||
VLANProtocol=802.1q
|
||||
MulticastIGMPVersion=3
|
||||
|
|
Loading…
Reference in a new issue