]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/netfilter/Kconfig
Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / net / netfilter / Kconfig
index 6d77cce481d59b798babc9deba9234dff31c7dce..ae5096ab65eb54cff350f8a19e981b6d8906b16e 100644 (file)
@@ -496,6 +496,15 @@ config NFT_LIMIT
          This option adds the "limit" expression that you can use to
          ratelimit rule matchings.
 
+config NFT_MASQ
+       depends on NF_TABLES
+       depends on NF_CONNTRACK
+       depends on NF_NAT
+       tristate "Netfilter nf_tables masquerade support"
+       help
+         This option adds the "masquerade" expression that you can use
+         to perform NAT in the masquerade flavour.
+
 config NFT_NAT
        depends on NF_TABLES
        depends on NF_CONNTRACK