Commit 497e8b55 authored by nanahira's avatar nanahira

fix

parent 917ee19f
......@@ -181,9 +181,11 @@
net.ipv4.conf.{{br.name}}.rp_filter = 0
net.ipv6.conf.{{br.name}}.accept_ra = 2
{% endfor %}
{% if ppps is defined and ppps %}
{% for ppp in ppps %}
net.ipv6.conf.ppp{{ppp.id}}.accept_ra = 2
{% endfor %}
{% endif %}
- name: dhcpv6 directory
file:
name: '{{ansible_user_dir}}/nextgen-router/services/dhcpv6'
......
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