commit | b9ccc07e3f31ad8073697982bac014fbceef7ecb | [log] [tgz] |
---|---|---|
author | Laura Garcia Liebana <nevola@gmail.com> | Fri May 11 00:14:48 2018 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu May 17 14:00:52 2018 +0200 |
tree | 6f421c70fc2728464fe2569c8b1b7af8613cccf9 | |
parent | 978d8f9055c3a7c35db2ac99cd2580b993396e33 [diff] |
netfilter: nft_hash: add map lookups for hashing operations This patch creates new attributes to accept a map as argument and then perform the lookup with the generated hash accordingly. Both current hash functions are supported: Jenkins and Symmetric Hash. Signed-off-by: Laura Garcia Liebana <nevola@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>