diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2016-11-28 00:05:38 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2016-12-06 21:48:25 +0100 |
commit | c97d22e68bfedfacb9e752dee536c69916ae0933 (patch) | |
tree | ad1dc85d14c00efd631fb2902ce8cd98f3027b4f /net/netfilter/Kconfig | |
parent | 173705d9a2df1490478bf0d39f1b517bd489c8fa (diff) | |
download | lwn-c97d22e68bfedfacb9e752dee536c69916ae0933.tar.gz lwn-c97d22e68bfedfacb9e752dee536c69916ae0933.zip |
netfilter: nf_tables: add stateful object reference expression
This new expression allows us to refer to existing stateful objects from
rules.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/Kconfig')
-rw-r--r-- | net/netfilter/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index def4be06cda6..63729b489c2c 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -551,6 +551,12 @@ config NFT_NAT This option adds the "nat" expression that you can use to perform typical Network Address Translation (NAT) packet transformations. +config NFT_OBJREF + tristate "Netfilter nf_tables stateful object reference module" + help + This option adds the "objref" expression that allows you to refer to + stateful objects, such as counters and quotas. + config NFT_QUEUE depends on NETFILTER_NETLINK_QUEUE tristate "Netfilter nf_tables queue module" |