From 344653f73f9b5928123687c017676652b5aad72f Mon Sep 17 00:00:00 2001 From: liuxiyao223 Date: Fri, 29 Mar 2024 17:08:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E7=BB=9C=E5=85=B1=E4=BA=AB=E6=94=AF?= =?UTF-8?q?=E6=8C=81IPV6=E8=AE=BF=E9=97=AE=E7=BD=91=E7=BB=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuxiyao223 --- linux-5.10/rk3568/arch/arm64_defconfig | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/linux-5.10/rk3568/arch/arm64_defconfig b/linux-5.10/rk3568/arch/arm64_defconfig index cf8795d..21a4dda 100644 --- a/linux-5.10/rk3568/arch/arm64_defconfig +++ b/linux-5.10/rk3568/arch/arm64_defconfig @@ -815,12 +815,22 @@ CONFIG_NF_REJECT_IPV4=y # # IPv6: Netfilter Configuration # -# CONFIG_NF_SOCKET_IPV6 is not set +CONFIG_IP6_NF_NAT=y +CONFIG_NETFILTER=y +CONFIG_NF_SOCKET_IPV6=y +CONFIG_NF_CONNTRACK=y +CONFIG_NETFILTER_ADVANCED=y # CONFIG_NF_TPROXY_IPV6 is not set # CONFIG_NF_DUP_IPV6 is not set -# CONFIG_NF_REJECT_IPV6 is not set +CONFIG_NF_REJECT_IPV6=y # CONFIG_NF_LOG_IPV6 is not set -# CONFIG_IP6_NF_IPTABLES is not set +CONFIG_IP6_NF_IPTABLES=y +CONFIG_IP6_NF_FILTER=y +CONFIG_IP6_NF_MANGLE=y +CONFIG_NF_CONNTRACK_IPV6=y +CONFIG_NF_NAT_IPV6=y +CONFIG_NF_DEFRAG_IPV6=y +CONFIG_IP_NF_MANGLE=y # end of IPv6: Netfilter Configuration # CONFIG_BPFILTER is not set -- Gitee