Commit fa0468de authored by nanahira's avatar nanahira

format

parent 024fddec
......@@ -21,11 +21,11 @@ if [[ "$?" == 0 ]]; then
ip -6 rule add pref 100 fwmark $INIT_ID lookup $INIT_ID
cd {{ansible_user_dir}}/nextgen-router/services/others
{% for br in bridges %}
{% if br.dhcpv6 %}
{% for br in bridges %}
{% if br.dhcpv6 %}
docker-compose restart dhcpv6-$PPP_IFACE-{{br.name}}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
fi
cd {{ansible_user_dir}}/nextgen-router/services/dnsmasq
......
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