ap.sh TL-1043NDv4: fix WAN port id for mgmt vlan

This commit is contained in:
Astro 2018-05-31 01:53:57 +02:00
parent c499325f63
commit 8df921c2c1
1 changed files with 1 additions and 1 deletions

View File

@ -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() %}