On Thu, Jul 17, 2014 at 11:17:29PM +0800, Yuxuan Shui wrote: > Signed-off-by: Yuxuan Shui <yshuiv7@xxxxxxxxx> > --- > include/libnftnl/expr.h | 1 + > include/linux/netfilter/nf_tables.h | 10 +++++++++ > src/expr/lookup.c | 44 +++++++++++++++++++++++++++++++++++-- > 3 files changed, 53 insertions(+), 2 deletions(-) > > diff --git a/include/libnftnl/expr.h b/include/libnftnl/expr.h > index cfa5c66..e3c045b 100644 > --- a/include/libnftnl/expr.h > +++ b/include/libnftnl/expr.h > @@ -107,6 +107,7 @@ enum { > NFT_EXPR_LOOKUP_DREG, > NFT_EXPR_LOOKUP_SET, > NFT_EXPR_LOOKUP_SET_ID, > + NFT_EXPR_LOOKUP_FLAG, I didn't notice so far, please rename this to NFT_EXPR_LOOKUP_FLAGS. Thanks. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html