Ajout du vlan6

This commit is contained in:
Gabriel Detraz 2015-01-25 19:52:38 +01:00
parent 1b7a618f1e
commit e0a9bc6e16

View file

@ -17,6 +17,11 @@ config interface 'vlan3'
option ifname 'eth0.3'
option type 'bridge'
option proto 'dhcpv6'
config interface 'vlan6'
option ifname 'eth0.6'
option type 'bridge'
option proto 'none'
config interface 'vlan10'
option ifname 'eth0.10'
@ -53,3 +58,9 @@ config switch_vlan
option vlan '7'
option ports '0t 1t 2t'
config switch_vlan
option device 'switch0'
option vlan '6'
option ports '0t 1t 2t'