summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-07-08 01:25:19 +0200
committerAhmed AbdelHalim <[email protected]>2026-07-08 01:25:19 +0200
commit06959842936d3107feba5e34a6ff9128f62c5b67 (patch)
treee957403e31f6da52338706cefa442367bd2daeb0
parentd83303c627cdf632b0937277e7dede5eceea56a9 (diff)
Revert 70d45f2 commit change on ipv6
-rw-r--r--roles/network/templates/eth0-connection.nmconnection.j22
-rw-r--r--roles/network/templates/wifi-connection.nmconnection.j22
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]