diff mbox

extensions: libxt_NFQUEUE: Add missing tests

Message ID 20160429090842.GA26959@shivani
State Accepted
Headers show

Commit Message

Shivani Bhardwaj April 29, 2016, 9:08 a.m. UTC
Add missing tests for NFQUEUE.

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
---
 extensions/libxt_NFQUEUE.t | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Florian Westphal April 29, 2016, 9:12 a.m. UTC | #1
Shivani Bhardwaj <shivanib134@gmail.com> wrote:
> Add missing tests for NFQUEUE.
> 
> Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Pablo Neira Ayuso April 29, 2016, 9:16 a.m. UTC | #2
On Fri, Apr 29, 2016 at 02:38:42PM +0530, Shivani Bhardwaj wrote:
> Add missing tests for NFQUEUE.

Applied, thanks Shivani.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/extensions/libxt_NFQUEUE.t b/extensions/libxt_NFQUEUE.t
index d4e4274..b51b19f 100644
--- a/extensions/libxt_NFQUEUE.t
+++ b/extensions/libxt_NFQUEUE.t
@@ -10,3 +10,7 @@ 
 -j NFQUEUE --queue-balance 0:65536;;FAIL
 -j NFQUEUE --queue-balance -1:65535;;FAIL
 -j NFQUEUE --queue-num 10 --queue-bypass;=;OK
+-j NFQUEUE --queue-balance 0:6 --queue-cpu-fanout --queue-bypass;-j NFQUEUE --queue-balance 0:6 --queue-bypass --queue-cpu-fanout;OK
+-j NFQUEUE --queue-bypass --queue-balance 0:6 --queue-cpu-fanout;-j NFQUEUE --queue-balance 0:6 --queue-bypass --queue-cpu-fanout;OK
+-j NFQUEUE --queue-balance 0:6 --queue-bypass;=;OK
+-j NFQUEUE --queue-bypass;-j NFQUEUE --queue-num 0 --queue-bypass;OK