Ajout du vlan6
This commit is contained in:
parent
1b7a618f1e
commit
e0a9bc6e16
1 changed files with 11 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue