]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/netfilter/Kconfig
netfilter: nf_tables: add compatibility layer for x_tables
[karo-tx-linux.git] / net / netfilter / Kconfig
index aa184a46bbf34344603b5cab85c97f843867f04a..49e362707379c19dd94d1da45208f5039c2adba5 100644 (file)
@@ -450,6 +450,15 @@ config NFT_LIMIT
        depends on NF_TABLES
        tristate "Netfilter nf_tables limit module"
 
+config NFT_COMPAT
+       depends on NF_TABLES
+       depends on NETFILTER_XTABLES
+       tristate "Netfilter x_tables over nf_tables module"
+       help
+         This is required if you intend to use any of existing
+         x_tables match/target extensions over the nf_tables
+         framework.
+
 config NETFILTER_XTABLES
        tristate "Netfilter Xtables support (required for ip_tables)"
        default m if NETFILTER_ADVANCED=n