diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-07-08 11:23:38 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-07-08 11:23:38 +0200 |
| commit | f9b46bb8fcb6063fe3af31c51520f643345ddb87 (patch) | |
| tree | 3a6f5b5f5bde808f618b79fa08e60ca3f3b8276a | |
| parent | 222cafd9672354da0347e28afaf004fa8cef96b8 (diff) | |
Fix bridge network treated as new device
| -rw-r--r-- | roles/network/templates/bridge.nmconnection.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/network/templates/bridge.nmconnection.j2 b/roles/network/templates/bridge.nmconnection.j2 index 42c77380..0088a1a1 100644 --- a/roles/network/templates/bridge.nmconnection.j2 +++ b/roles/network/templates/bridge.nmconnection.j2 @@ -17,4 +17,4 @@ dns={{ network_ipv4_dns }} [ipv6] addr-gen-mode=default -method=auto +method=disabled |
