diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-23 00:42:43 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-23 00:42:43 +0200 |
| commit | ff4eb129eea3f3743f82e5f1f7858d43625dba3d (patch) | |
| tree | c737e5354cb0622f28db6565c3dfea445e389b06 /roles/network/templates/bridge.nmconnection.j2 | |
| parent | f7c8bd8143d6bc1e5b55bfd9591101ed41651d25 (diff) | |
Disable ipv6 completely and remove related code
Co-Authored-By: Claude.ai
Diffstat (limited to 'roles/network/templates/bridge.nmconnection.j2')
| -rw-r--r-- | roles/network/templates/bridge.nmconnection.j2 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/roles/network/templates/bridge.nmconnection.j2 b/roles/network/templates/bridge.nmconnection.j2 index 47f723d8..8ac4c6fe 100644 --- a/roles/network/templates/bridge.nmconnection.j2 +++ b/roles/network/templates/bridge.nmconnection.j2 @@ -16,8 +16,4 @@ dns={{ network_ipv4_dns }} {% endif %} [ipv6] -addr-gen-mode=default -method=auto -{% if network_ipv6_gateway is defined %} -routes=::/0,{{ network_ipv6_gateway }},100 -{% endif %} +method=disabled |
