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

2018-05-17 Thread Pablo Neira Ayuso
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

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

2018-05-10 Thread Laura Garcia Liebana
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