VLAN28 zu do22 hinzugefuegt
This commit is contained in:
parent
e90b00d1a9
commit
a4c1894462
|
@ -59,6 +59,12 @@ config switch_vlan
|
||||||
option vid '25'
|
option vid '25'
|
||||||
option device 'switch0'
|
option device 'switch0'
|
||||||
|
|
||||||
|
config switch_vlan
|
||||||
|
option vlan '28'
|
||||||
|
option ports '0t 2t'
|
||||||
|
option vid '28'
|
||||||
|
option device 'switch0'
|
||||||
|
|
||||||
config interface 'vlan5'
|
config interface 'vlan5'
|
||||||
option proto 'static'
|
option proto 'static'
|
||||||
option ifname 'eth0.5'
|
option ifname 'eth0.5'
|
||||||
|
@ -93,6 +99,13 @@ config interface 'vlan25'
|
||||||
option ifname 'eth0.25'
|
option ifname 'eth0.25'
|
||||||
option macaddr 'de:ad:be:ef:90:43'
|
option macaddr 'de:ad:be:ef:90:43'
|
||||||
|
|
||||||
|
config interface 'vlan28'
|
||||||
|
option proto 'batadv'
|
||||||
|
option mesh 'bat0'
|
||||||
|
option mtu '1500'
|
||||||
|
option ifname 'eth0.28'
|
||||||
|
option macaddr 'de:ad:be:ef:90:44'
|
||||||
|
|
||||||
config interface 'wan'
|
config interface 'wan'
|
||||||
option igmp_snooping '0'
|
option igmp_snooping '0'
|
||||||
option ifname 'eth0.2'
|
option ifname 'eth0.2'
|
||||||
|
@ -123,21 +136,6 @@ config interface 'client'
|
||||||
option macaddr 'e8:94:f6:cd:66:74'
|
option macaddr 'e8:94:f6:cd:66:74'
|
||||||
option peerdns '1'
|
option peerdns '1'
|
||||||
|
|
||||||
config interface 'bat0'
|
|
||||||
option ifname 'bat0'
|
|
||||||
option macaddr 'e8:94:f6:cd:66:74'
|
|
||||||
option proto 'none'
|
|
||||||
|
|
||||||
config interface 'mesh_radio0'
|
|
||||||
option mesh 'bat0'
|
|
||||||
option proto 'batadv'
|
|
||||||
option mtu '1528'
|
|
||||||
|
|
||||||
config interface 'mesh_radio1'
|
|
||||||
option mesh 'bat0'
|
|
||||||
option proto 'batadv'
|
|
||||||
option mtu '1528'
|
|
||||||
|
|
||||||
config interface 'mesh_wan'
|
config interface 'mesh_wan'
|
||||||
option auto '0'
|
option auto '0'
|
||||||
option ifname 'br-wan'
|
option ifname 'br-wan'
|
||||||
|
@ -158,6 +156,21 @@ config interface 'mesh_vpn'
|
||||||
option mesh 'bat0'
|
option mesh 'bat0'
|
||||||
option proto 'batadv'
|
option proto 'batadv'
|
||||||
|
|
||||||
|
config interface 'bat0'
|
||||||
|
option ifname 'bat0'
|
||||||
|
option macaddr 'e8:94:f6:cd:66:74'
|
||||||
|
option proto 'none'
|
||||||
|
|
||||||
|
config interface 'mesh_radio0'
|
||||||
|
option mesh 'bat0'
|
||||||
|
option proto 'batadv'
|
||||||
|
option mtu '1528'
|
||||||
|
|
||||||
|
config interface 'mesh_radio1'
|
||||||
|
option mesh 'bat0'
|
||||||
|
option proto 'batadv'
|
||||||
|
option mtu '1528'
|
||||||
|
|
||||||
config device 'local_node_dev'
|
config device 'local_node_dev'
|
||||||
option macaddr '16:41:95:40:f7:dc'
|
option macaddr '16:41:95:40:f7:dc'
|
||||||
option ifname 'br-client'
|
option ifname 'br-client'
|
||||||
|
|
Loading…
Reference in a new issue