Re: [PATCH libnftnl 2/3] tests: queue: add missing NFTNL_EXPR_QUEUE_FLAGS compare test

2016-09-12 Thread Pablo Neira Ayuso
On Sun, Sep 11, 2016 at 10:11:23PM +0800, Liping Zhang wrote: > From: Liping Zhang > > We forgot to compare NFTNL_EXPR_QUEUE_FLAGS between two exprs, > now add it. Also applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in

[PATCH libnftnl 2/3] tests: queue: add missing NFTNL_EXPR_QUEUE_FLAGS compare test

2016-09-11 Thread Liping Zhang
From: Liping Zhang We forgot to compare NFTNL_EXPR_QUEUE_FLAGS between two exprs, now add it. Signed-off-by: Liping Zhang --- tests/nft-expr_queue-test.c | 3 +++ 1 file changed, 3 insertions(+) diff --git