From abd42d9a8d7969a288b446561ee6a5b7095edc77 Mon Sep 17 00:00:00 2001 From: Laura Garcia Liebana Date: Mon, 21 Jan 2019 12:38:03 +0100 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- include/libnftnl/expr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/libnftnl') 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 { -- cgit v1.2.3