Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
[linux-2.6-block.git] / net / netfilter / Kconfig
index b5c1d3aadb41569d95728d9eca5faf6831caa9dc..608d189869236c8f22aeeb229c246de478a157d9 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