bugfix:修改vlan_flipping_map.conf引用for循环变量错误

This commit is contained in:
fumingwei
2021-07-06 15:43:03 +08:00
parent 7d07835298
commit 459f6a9f09

View File

@@ -8,7 +8,7 @@
#C_router_vlan_id I_router_vlan_id mac_flipping_enable
{% raw %}{% if npb_device == 'tera' %}
{% for zone_group in tera_steering_group %}
{{ zone_group.zone_group.internal.vlan_id }} {{ zone_group.external.vlan_id }} 1
{{ zone_group.internal.vlan_id }} {{ zone_group.external.vlan_id }} 1
{% endfor %}
{% if npb_device == 'direct' %}
1000 1001 0