From 7b452966d2e85ba8b0b0b0051c24a95cc3aa6da5 Mon Sep 17 00:00:00 2001 From: Gregor Michels Date: Tue, 7 Mar 2023 23:33:48 +0100 Subject: [PATCH] ffl-ans-gw-core01: prepare eth2 and eth3 for hardware ffl offloader eth2: WAN eth3: CLIENTS --- .../gateways/ffl-ans-gw-core01/etc/config/network | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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'