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