]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/ipv6/netfilter/Kconfig
Merge ath-next from ath.git
[mirror_ubuntu-bionic-kernel.git] / net / ipv6 / netfilter / Kconfig
index b552cf0d6198c50308461d0d83ac09bdd8c21f82..96833e4b31939a191eaf7de297ac438d4aa41fa4 100644 (file)
@@ -47,9 +47,21 @@ config NFT_REJECT_IPV6
        default NFT_REJECT
        tristate
 
+config NFT_DUP_IPV6
+       tristate "IPv6 nf_tables packet duplication support"
+       select NF_DUP_IPV6
+       help
+         This module enables IPv6 packet duplication support for nf_tables.
+
 endif # NF_TABLES_IPV6
 endif # NF_TABLES
 
+config NF_DUP_IPV6
+       tristate "Netfilter IPv6 packet duplication to alternate destination"
+       help
+         This option enables the nf_dup_ipv6 core, which duplicates an IPv6
+         packet to be rerouted to another destination.
+
 config NF_REJECT_IPV6
        tristate "IPv6 packet rejection"
        default m if NETFILTER_ADVANCED=n