summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/masquerade.t
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-03-31 16:18:55 +0200
committerFlorian Westphal <fw@strlen.de>2018-04-01 00:05:53 +0200
commite7c93a28576665c2c8426b13cb630a2381577200 (patch)
tree5f67f75a87a8ea951593e43b4212948119849d45 /tests/py/ip/masquerade.t
parent403b46ada490ed8146b02ea740c42695c3874b75 (diff)
tests: redirect: fix tests for upcoming nft-test.py fix
nft-test.py currently fails to properly compare tests involving a set, after that bug is fixed these lines would fail, so fix this up before. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/py/ip/masquerade.t')
-rw-r--r--tests/py/ip/masquerade.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/py/ip/masquerade.t b/tests/py/ip/masquerade.t
index 26c37043..384ac72a 100644
--- a/tests/py/ip/masquerade.t
+++ b/tests/py/ip/masquerade.t
@@ -27,4 +27,4 @@ ip saddr 10.1.1.1 masquerade drop;fail
# masquerade with sets
tcp dport { 1,2,3,4,5,6,7,8,101,202,303,1001,2002,3003} masquerade;ok
ip daddr 10.0.0.0-10.2.3.4 udp dport 53 counter masquerade;ok
-iifname eth0 ct state new,established tcp dport vmap {22 : drop, 222 : drop } masquerade;ok
+iifname "eth0" ct state established,new tcp dport vmap {22 : drop, 222 : drop } masquerade;ok