VLAN22 zu fux-kern hinzugefügt

This commit is contained in:
4ndr3 2015-04-09 22:46:17 +02:00
parent 7b20134f4c
commit 0229720460

View file

@ -44,6 +44,12 @@ config switch_vlan
option ports '0t 2t'
option vid '21'
config switch_vlan
option device 'eth0'
option vlan '22'
option ports '0t 2t'
option vid '22'
config interface 'vlan5'
option proto 'static'
option ifname 'eth0.5'
@ -71,6 +77,13 @@ config interface 'vlan21'
option ifname 'eth0.21'
option macaddr 'de:ad:be:ef:90:12'
config interface 'vlan22'
option proto 'batadv'
option mesh 'bat0'
option mtu '1500'
option ifname 'eth0.22'
option macaddr 'de:ad:be:ef:90:13'
config interface 'wan'
option ifname 'eth0.2'
option proto 'dhcp'