--- zzzz-none-000/linux-5.4.213/net/ipv6/netfilter/Kconfig 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/net/ipv6/netfilter/Kconfig 2024-05-29 11:20:02.000000000 +0000 @@ -45,7 +45,6 @@ multicast or blackhole. endif # NF_TABLES_IPV6 -endif # NF_TABLES config NF_FLOW_TABLE_IPV6 tristate "Netfilter flow table IPv6 module" @@ -55,6 +54,8 @@ To compile it as a module, choose M here. +endif # NF_TABLES + config NF_DUP_IPV6 tristate "Netfilter IPv6 packet duplication to alternate destination" depends on !NF_CONNTRACK || NF_CONNTRACK @@ -287,7 +288,17 @@ endif # IP6_NF_NAT endif # IP6_NF_IPTABLES + endmenu config NF_DEFRAG_IPV6 tristate + +config NF_IPV6_DUMMY_HEADER + bool "Retain Dummy fragment header" + depends on NF_DEFRAG_IPV6 + default n + help + This option allows to retain dummy fragment header in an IPv6 packet. + Dummy fragment header is the fragment header with Fragment Offset and + M bit as 0.