You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
167 B
6 lines
167 B
7 years ago
|
net.ipv6.conf.all.accept_ra = 0
|
||
|
net.ipv6.conf.default.accept_ra = 0
|
||
|
{% for interface in ansible_interfaces %}
|
||
|
net.ipv6.conf.{{ interface }}.accept_ra = 0
|
||
|
{% endfor %}
|