From 4d2c7e155f1cb36cd07cd7ba6bc0c76cb3bbc682 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 18 Mar 2015 20:25:27 +0100 Subject: tests: regression: masquerade is only allowed from postrouting Disable the tests from the output chain, the kernel rejects this with operation not supported. Signed-off-by: Pablo Neira Ayuso --- tests/regression/ip/masquerade.t | 1 - tests/regression/ip6/masquerade.t | 1 - 2 files changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/regression/ip/masquerade.t b/tests/regression/ip/masquerade.t index 95c96fdd..d0fe02d1 100644 --- a/tests/regression/ip/masquerade.t +++ b/tests/regression/ip/masquerade.t @@ -1,5 +1,4 @@ *ip;test-ip4 -:output;type nat hook output priority 0 :postrouting;type nat hook postrouting priority 0 # nf_nat flags combination diff --git a/tests/regression/ip6/masquerade.t b/tests/regression/ip6/masquerade.t index c9221d29..817acd4f 100644 --- a/tests/regression/ip6/masquerade.t +++ b/tests/regression/ip6/masquerade.t @@ -1,5 +1,4 @@ *ip6;test-ip6 -:output;type nat hook output priority 0 :postrouting;type nat hook postrouting priority 0 # nf_nat flags combination -- cgit v1.2.3