ffl-ans-gw-core01: prepare eth2 and eth3 for hardware ffl offloader

eth2: WAN
eth3: CLIENTS
This commit is contained in:
Gregor Michels 2023-03-07 23:33:48 +01:00
parent 68ee430145
commit 7b452966d2
1 changed files with 2 additions and 8 deletions

View File

@ -22,30 +22,24 @@ config bridge-vlan 'mgmt_vlan'
option vlan '1'
option device 'switch'
list ports 'eth1:u*'
list ports 'eth2:u*'
list ports 'eth3:u*'
config bridge-vlan 'clients_vlan'
option vlan '2'
option device 'switch'
list ports 'eth1:t'
list ports 'eth2:t'
list ports 'eth3:t'
list ports 'eth3:u*'
config bridge-vlan 'wan_vlan'
option vlan '3'
option device 'switch'
list ports 'eth0:u*'
list ports 'eth1:t'
list ports 'eth2:t'
list ports 'eth3:t'
list ports 'eth2:u*'
config bridge-vlan 'backoffice_vlan'
option vlan '8'
option device 'switch'
list ports 'eth1:t'
list ports 'eth2:t'
list ports 'eth3:t'
config interface 'mgmt'
option device 'switch.1'