From 8df921c2c1d6f7344656cac0ed1cab6521fb8e56 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 31 May 2018 01:53:57 +0200 Subject: [PATCH] ap.sh TL-1043NDv4: fix WAN port id for mgmt vlan --- salt/cpe/ap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/cpe/ap.sh b/salt/cpe/ap.sh index 92c93fc..ed2aa77 100644 --- a/salt/cpe/ap.sh +++ b/salt/cpe/ap.sh @@ -213,7 +213,7 @@ set network.@switch[0].name=switch0 set network.@switch_vlan[0]=switch_vlan set network.@switch_vlan[0].device='switch0' set network.@switch_vlan[0].vlan='1' -set network.@switch_vlan[0].ports='0t 1t' +set network.@switch_vlan[0].ports='0t 5t' set network.@switch_vlan[0].comment='mgmt' {% set switchnum = 1 %} {%- for net in bridges.keys() %}