summaryrefslogtreecommitdiffstats
path: root/include/libnftnl
diff options
context:
space:
mode:
authorLaura Garcia Liebana <nevola@gmail.com>2019-01-21 12:38:03 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-01-28 11:00:13 +0100
commitabd42d9a8d7969a288b446561ee6a5b7095edc77 (patch)
treeb4fe9222702570d4942f85eaa2fc2eb4dd5e6335 /include/libnftnl
parentacdd360a65bb64104e876c92a33daab9c05a51de (diff)
Revert "expr: add map lookups for hash statements"
A better way to implement this from userspace has been found without specific code in the kernel side, revert this. Fixes: bb4b75aea5c0 ("expr: add map lookups for hash statements") Signed-off-by: Laura Garcia Liebana <nevola@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/libnftnl')
-rw-r--r--include/libnftnl/expr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libnftnl/expr.h b/include/libnftnl/expr.h
index 7d128fe..3d99d24 100644
--- a/include/libnftnl/expr.h
+++ b/include/libnftnl/expr.h
@@ -259,8 +259,8 @@ enum {
NFTNL_EXPR_HASH_SEED,
NFTNL_EXPR_HASH_OFFSET,
NFTNL_EXPR_HASH_TYPE,
- NFTNL_EXPR_HASH_SET_NAME,
- NFTNL_EXPR_HASH_SET_ID,
+ NFTNL_EXPR_HASH_SET_NAME, /* deprecated */
+ NFTNL_EXPR_HASH_SET_ID, /* deprecated */
};
enum {