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(-)

-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to