igmp_snooping in VLANs deaktiviert
This commit is contained in:
parent
9ec7c69dcd
commit
c4b807d217
11 changed files with 58 additions and 9 deletions
|
@ -57,12 +57,14 @@ config interface 'vlan24'
|
|||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config interface 'vlan12'
|
||||
option ifname 'eth0.12'
|
||||
option macaddr 'de:ad:be:ef:90:61'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config interface 'wan'
|
||||
option peerdns '0'
|
||||
|
@ -102,6 +104,8 @@ config interface 'mesh_wan'
|
|||
option auto '1'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option igmp_snooping '0'
|
||||
option transitive '1'
|
||||
|
||||
config interface 'mesh_vpn'
|
||||
option ifname 'mesh-vpn'
|
||||
|
@ -119,7 +123,6 @@ config route 'local_node_route4'
|
|||
option interface 'client'
|
||||
|
||||
config interface 'mesh_lan'
|
||||
option mesh_no_rebroadcast '1'
|
||||
option ifname 'eth0.1'
|
||||
option mesh 'bat0'
|
||||
option auto '1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue