mbox series

[nf-next,0/2] netfilter: nft map lookups support for number generator expressions

Message ID 20180510221326.a7ryov7jqolhge2h@nevthink
Headers show
Series netfilter: nft map lookups support for number generator expressions | expand

Message

nevola May 10, 2018, 10:13 p.m. UTC
The following patches complete the implementation of map lookups
using as a key the given number generator like incremental, random or
the different hash algorithms supported. This is useful for load
balancing use cases but also for dynamic map lookups using these
expressions.

Laura Garcia Liebana (2):
  netfilter: nft_numgen: add map lookups for numgen random operations
  netfilter: nft_hash: add map lookups for hashing operations

 include/uapi/linux/netfilter/nf_tables.h |   4 +
 net/netfilter/nft_hash.c                 | 137 ++++++++++++++++++++++++++++++-
 net/netfilter/nft_numgen.c               |  79 +++++++++++++++++-
 3 files changed, 215 insertions(+), 5 deletions(-)

Comments

Pablo Neira Ayuso May 17, 2018, 12:01 p.m. UTC | #1
On Fri, May 11, 2018 at 12:13:26AM +0200, Laura Garcia Liebana wrote:
> The following patches complete the implementation of map lookups
> using as a key the given number generator like incremental, random or
> the different hash algorithms supported. This is useful for load
> balancing use cases but also for dynamic map lookups using these
> expressions.

Series applied, thanks Laura.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html