From 38f475ce5a8b0d3bb7aa4dfa2c0e62f783724e4c Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 31 Oct 2023 13:53:05 +0100 Subject: [PATCH] Disabled IPv6 in network snippets --- snippets/tpl.040.network.sh | 2 +- snippets/tpl.041.network-el9.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/tpl.040.network.sh b/snippets/tpl.040.network.sh index 972be99..69c0154 100644 --- a/snippets/tpl.040.network.sh +++ b/snippets/tpl.040.network.sh @@ -123,7 +123,7 @@ create_networkconfig() { [ipv6] addr-gen-mode=eui64 - method=auto + method=disabled [proxy] diff --git a/snippets/tpl.041.network-el9.sh b/snippets/tpl.041.network-el9.sh index 3930f53..4864127 100644 --- a/snippets/tpl.041.network-el9.sh +++ b/snippets/tpl.041.network-el9.sh @@ -92,7 +92,7 @@ create_networkconfig() { [ipv6] addr-gen-mode=eui64 - method=auto + method=disabled [proxy] -- 2.39.5