From 7132d30c1975badc4ad0387f3de5d4020a715ea0 Mon Sep 17 00:00:00 2001 From: Jan Rodak Date: Tue, 6 Feb 2024 19:09:14 +0100 Subject: [PATCH] Remove disabling_ipv6_autoconfig rule --- components/kernel.yml | 1 - .../disabling_ipv6_autoconfig/rule.yml | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 linux_os/guide/system/network/network-ipv6/configuring_ipv6/disabling_ipv6_autoconfig/rule.yml diff --git a/components/kernel.yml b/components/kernel.yml index c3ee1254dd8..3303bb76716 100644 --- a/components/kernel.yml +++ b/components/kernel.yml @@ -20,7 +20,6 @@ rules: - coreos_pti_kernel_argument - coreos_slub_debug_kernel_argument - coreos_vsyscall_kernel_argument -- disabling_ipv6_autoconfig - grub2_ipv6_disable_argument - grub2_kernel_trust_cpu_rng - install_PAE_kernel_on_x86-32 diff --git a/linux_os/guide/system/network/network-ipv6/configuring_ipv6/disabling_ipv6_autoconfig/rule.yml b/linux_os/guide/system/network/network-ipv6/configuring_ipv6/disabling_ipv6_autoconfig/rule.yml deleted file mode 100644 index fbd2eaeae5a..00000000000 --- a/linux_os/guide/system/network/network-ipv6/configuring_ipv6/disabling_ipv6_autoconfig/rule.yml +++ /dev/null @@ -1,15 +0,0 @@ -documentation_complete: false - -title: 'Disable Automatic Configuration' - -description: |- - Disable the system's acceptance of router - advertisements and redirects by adding or correcting the following - line in /etc/sysconfig/network (note that this does not disable - sending router solicitations): -
IPV6_AUTOCONF=no
- -rationale: |- - TBD - -severity: unknown