summaryrefslogtreecommitdiffstats
path: root/net/netfilter/Makefile
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2016-11-28 00:05:38 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2016-12-06 21:48:25 +0100
commitc97d22e68bfedfacb9e752dee536c69916ae0933 (patch)
treead1dc85d14c00efd631fb2902ce8cd98f3027b4f /net/netfilter/Makefile
parent173705d9a2df1490478bf0d39f1b517bd489c8fa (diff)
downloadlinux-0-day-c97d22e68bfedfacb9e752dee536c69916ae0933.tar.gz
linux-0-day-c97d22e68bfedfacb9e752dee536c69916ae0933.tar.xz
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/Makefile')
-rw-r--r--net/netfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/Makefile b/net/netfilter/Makefile
index e4c8c1d7aaed7..ca30d1960f1db 100644
--- a/net/netfilter/Makefile
+++ b/net/netfilter/Makefile
@@ -88,6 +88,7 @@ obj-$(CONFIG_NFT_NUMGEN) += nft_numgen.o
obj-$(CONFIG_NFT_CT) += nft_ct.o
obj-$(CONFIG_NFT_LIMIT) += nft_limit.o
obj-$(CONFIG_NFT_NAT) += nft_nat.o
+obj-$(CONFIG_NFT_OBJREF) += nft_objref.o
obj-$(CONFIG_NFT_QUEUE) += nft_queue.o
obj-$(CONFIG_NFT_QUOTA) += nft_quota.o
obj-$(CONFIG_NFT_REJECT) += nft_reject.o