diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-08 01:25:19 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-08 01:25:19 +0200 |
| commit | 4e47d0d5b1af60c2653a99e1a81111d0c7e1a1f1 (patch) | |
| tree | e957403e31f6da52338706cefa442367bd2daeb0 /roles/network/templates | |
| parent | bf24bfa9368f496361dcebb6e26138358d4b4ddf (diff) | |
Revert 54ab1be commit change on ipv6
Diffstat (limited to 'roles/network/templates')
| -rw-r--r-- | roles/network/templates/eth0-connection.nmconnection.j2 | 2 | ||||
| -rw-r--r-- | roles/network/templates/wifi-connection.nmconnection.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/network/templates/eth0-connection.nmconnection.j2 b/roles/network/templates/eth0-connection.nmconnection.j2 index d6deea34..56d562f9 100644 --- a/roles/network/templates/eth0-connection.nmconnection.j2 +++ b/roles/network/templates/eth0-connection.nmconnection.j2 @@ -38,7 +38,7 @@ gateway={{ network_ipv6_gateway }} dns={{ network_ipv6_dns }} {% endif %} {% else %} -method=disabled +method=auto {% endif %} [proxy] diff --git a/roles/network/templates/wifi-connection.nmconnection.j2 b/roles/network/templates/wifi-connection.nmconnection.j2 index 88e1634b..0fd69cb1 100644 --- a/roles/network/templates/wifi-connection.nmconnection.j2 +++ b/roles/network/templates/wifi-connection.nmconnection.j2 @@ -35,7 +35,7 @@ gateway={{ network_ipv6_gateway }} dns={{ network_ipv6_dns }} {% endif %} {% else %} -method=disabled +method=auto {% endif %} [proxy] |
