diff --git a/templates/gateways/ffl-ans-gw-core01/etc/config/network b/templates/gateways/ffl-ans-gw-core01/etc/config/network index 030ff04..6280e81 100644 --- a/templates/gateways/ffl-ans-gw-core01/etc/config/network +++ b/templates/gateways/ffl-ans-gw-core01/etc/config/network @@ -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'