Commit 05e93555 authored by nanahira's avatar nanahira

typo

parent 0f895740
......@@ -6,7 +6,6 @@ source {{ansible_user_dir}}/nextgen-network/scripts/utility.sh
interface_switch_chnroute -A u_{{plan.name}}_chnroute {{plan.destMark}}
{% endfor %}
{% for gw in gateways %}
{% if gw.mark > 0 %}
{% if gw.selectionMark > 0 %}
interface_switch_chnroute -A u_{{gw.isp}}_chnroute {{gw.selectionMark}}
{% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment