diff options
Diffstat (limited to 'roles/network/templates/wifi-connection.nmconnection.j2')
| -rw-r--r-- | roles/network/templates/wifi-connection.nmconnection.j2 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/roles/network/templates/wifi-connection.nmconnection.j2 b/roles/network/templates/wifi-connection.nmconnection.j2 index 01dff2eb..b5280a30 100644 --- a/roles/network/templates/wifi-connection.nmconnection.j2 +++ b/roles/network/templates/wifi-connection.nmconnection.j2 @@ -26,14 +26,6 @@ method=auto {% endif %} [ipv6] -addr-gen-mode=default -{% if network_ipv6_disabled %} method=disabled -{% elif network_ipv6_gateway is defined %} -method=auto -routes=::/0,{{ network_ipv6_gateway }},100 -{% else %} -method=auto -{% endif %} [proxy] |
