summaryrefslogtreecommitdiffstats
path: root/net/netfilter/Makefile
diff options
context:
space:
mode:
authorLaura Garcia Liebana <nevola@gmail.com>2016-08-18 12:13:13 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-08-22 11:42:22 +0200
commit91dbc6be0a62d3bcea98287734d593610aed507d (patch)
tree99b45cb0fc627a16fa2418f806b13ea1c7b0669e /net/netfilter/Makefile
parent3d2f30a1df907e3ef4175121f0d21456630a72aa (diff)
downloadop-kernel-dev-91dbc6be0a62d3bcea98287734d593610aed507d.zip
op-kernel-dev-91dbc6be0a62d3bcea98287734d593610aed507d.tar.gz
netfilter: nf_tables: add number generator expression
This patch adds the numgen expression that allows us to generated incremental and random numbers, this generator is bound to a upper limit that is specified by userspace. This expression is useful to distribute packets in a round-robin fashion as well as randomly. Signed-off-by: Laura Garcia Liebana <nevola@gmail.com> 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 0fc42df..0c858110 100644
--- a/net/netfilter/Makefile
+++ b/net/netfilter/Makefile
@@ -80,6 +80,7 @@ obj-$(CONFIG_NF_TABLES_NETDEV) += nf_tables_netdev.o
obj-$(CONFIG_NFT_COMPAT) += nft_compat.o
obj-$(CONFIG_NFT_EXTHDR) += nft_exthdr.o
obj-$(CONFIG_NFT_META) += nft_meta.o
+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
OpenPOWER on IntegriCloud