From: Pablo Neira Ayuso Date: Mon, 24 Nov 2014 11:49:52 +0000 (+0100) Subject: tests: regression: test masquerade from nat/postrouting too X-Git-Tag: v0.4~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d202f4f956263aeff3693b6ceaa94ebe2799e9f;p=thirdparty%2Fnftables.git tests: regression: test masquerade from nat/postrouting too We can specify several chains in the tests, so test this from postrouting too. Signed-off-by: Pablo Neira Ayuso --- diff --git a/tests/regression/ip/masquerade.t b/tests/regression/ip/masquerade.t index 3c952c09..981e57ba 100644 --- a/tests/regression/ip/masquerade.t +++ b/tests/regression/ip/masquerade.t @@ -1,5 +1,6 @@ *ip;test-ip4 :output;type nat hook output priority 0 +:postrouting;type nat hook postrouting priority 0 # nf_nat flags combination udp dport 53 masquerade;ok diff --git a/tests/regression/ip6/masquerade.t b/tests/regression/ip6/masquerade.t index 175b318c..05a3d48c 100644 --- a/tests/regression/ip6/masquerade.t +++ b/tests/regression/ip6/masquerade.t @@ -1,5 +1,6 @@ *ip6;test-ip6 :output;type nat hook output priority 0 +:postrouting;type nat hook postrouting priority 0 # nf_nat flags combination udp dport 53 masquerade;ok