mbox series

[libnftnl,0/2] Revert map lookups for expressions

Message ID 20190121113703.nub7wvgwlkrajw44@nevthink
Headers show
Series Revert map lookups for expressions | expand

Message

nevola Jan. 21, 2019, 11:37 a.m. UTC
After discovering a smarter way to perform this from userspace,
these patches are no longer needed.

NFTNL_EXPR_* attributes are set as deprecated as there were
already libnftnl releases with those.

Fixes: b97f45c2ebaa ("expr: add map lookups for numgen statements")
Fixes: bb4b75aea5c0 ("expr: add map lookups for hash statements")

Laura Garcia Liebana (2):
  Revert "expr: add map lookups for numgen statements"
  Revert "expr: add map lookups for hash statements"

 include/libnftnl/expr.h             |  8 +++----
 include/linux/netfilter/nf_tables.h |  8 +++----
 src/expr/hash.c                     | 43 -------------------------------------
 src/expr/numgen.c                   | 43 -------------------------------------
 4 files changed, 8 insertions(+), 94 deletions(-)

Comments

Pablo Neira Ayuso Jan. 28, 2019, 9:59 a.m. UTC | #1
On Mon, Jan 21, 2019 at 12:37:03PM +0100, Laura Garcia Liebana wrote:
> After discovering a smarter way to perform this from userspace,
> these patches are no longer needed.
> 
> NFTNL_EXPR_* attributes are set as deprecated as there were
> already libnftnl releases with those.

Series applied, thanks Laura.