- #
- # sysfs: ipv6 settings / tuning
- #
- {% if ipv6_disabled %}
- net.ipv6.conf.all.disable_ipv6 = 1
- net.ipv6.conf.default.disable_ipv6 = 1
- {% else %}
- net.ipv6.conf.all.disable_ipv6 = 0
- net.ipv6.conf.default.disable_ipv6 = 0
- {% endif %}
- # Keep ipv6 enabled for loopback
- net.ipv6.conf.lo.disable_ipv6 = 0
|