Vlan 12 pour la branche chaos calmer
This commit is contained in:
parent
e0d8399c59
commit
b3cb252272
2 changed files with 26 additions and 2 deletions
|
@ -27,7 +27,12 @@ config interface 'vlan10'
|
|||
option ifname 'eth0.10'
|
||||
option type 'bridge'
|
||||
option proto 'none'
|
||||
|
||||
|
||||
config interface 'vlan12'
|
||||
option ifname 'eth0.12'
|
||||
option type 'bridge'
|
||||
option proto 'none'
|
||||
|
||||
config interface 'vlan7'
|
||||
option ifname 'eth0.7'
|
||||
option type 'bridge'
|
||||
|
@ -53,7 +58,7 @@ config switch_vlan
|
|||
option vlan '10'
|
||||
option ports '0t 1t 2t'
|
||||
|
||||
config switch_vlan
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '7'
|
||||
option ports '0t 1t 2t'
|
||||
|
@ -63,4 +68,9 @@ config switch_vlan
|
|||
option vlan '6'
|
||||
option ports '0t 1t 2t'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '12'
|
||||
option ports '0t 1t 2t'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue