summaryrefslogtreecommitdiffstats
path: root/tests/regression/ip/masquerade.t
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2014-12-12 18:45:03 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2014-12-12 18:45:41 +0100
commit46e8fab43f6411b4eb191519c49d3bb29ecfb828 (patch)
treebe6d1bbd113bab375e5d6eb41af57bd6c2ce8aa5 /tests/regression/ip/masquerade.t
parent81cffc1ee5098809167085bc997297a61d7476bd (diff)
tests: regression: adapt nat tests to use random-fully
This adapts test to the change that happened in d9a9a79 ('stmt: rename nat "random-fully" option to "fully-random"'). Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/regression/ip/masquerade.t')
-rw-r--r--tests/regression/ip/masquerade.t12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/regression/ip/masquerade.t b/tests/regression/ip/masquerade.t
index 981e57ba..95c96fdd 100644
--- a/tests/regression/ip/masquerade.t
+++ b/tests/regression/ip/masquerade.t
@@ -6,14 +6,14 @@
udp dport 53 masquerade;ok
udp dport 53 masquerade random;ok
udp dport 53 masquerade random,persistent;ok
-udp dport 53 masquerade random,persistent,random-fully;ok;udp dport 53 masquerade random,random-fully,persistent
-udp dport 53 masquerade random,random-fully;ok
-udp dport 53 masquerade random,random-fully,persistent;ok
+udp dport 53 masquerade random,persistent,fully-random;ok;udp dport 53 masquerade random,fully-random,persistent
+udp dport 53 masquerade random,fully-random;ok
+udp dport 53 masquerade random,fully-random,persistent;ok
udp dport 53 masquerade persistent;ok
udp dport 53 masquerade persistent,random;ok;udp dport 53 masquerade random,persistent
-udp dport 53 masquerade persistent,random,random-fully;ok;udp dport 53 masquerade random,random-fully,persistent
-udp dport 53 masquerade persistent,random-fully;ok;udp dport 53 masquerade random-fully,persistent
-udp dport 53 masquerade persistent,random-fully,random;ok;udp dport 53 masquerade random,random-fully,persistent
+udp dport 53 masquerade persistent,random,fully-random;ok;udp dport 53 masquerade random,fully-random,persistent
+udp dport 53 masquerade persistent,fully-random;ok;udp dport 53 masquerade fully-random,persistent
+udp dport 53 masquerade persistent,fully-random,random;ok;udp dport 53 masquerade random,fully-random,persistent
# masquerade is a terminal statement
tcp dport 22 masquerade counter packets 0 bytes 0 accept;fail