Commit fa0468de authored by nanahira's avatar nanahira

format

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