Skip to content

Commit 0f431bc

Browse files
author
Florian Westphal
committed
tests: ip6: fix 'missing payload' error
ERROR: line 2: did not find payload information for rule 'iifname "eth0" ct state established,new tcp dport vmap {22 : drop, 222 : drop } masquerade' Signed-off-by: Florian Westphal <[email protected]>
1 parent c5e24b8 commit 0f431bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/py/ip6/masquerade.t.payload.ip6

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ ip6 test-ip6 postrouting
109109
[ counter pkts 0 bytes 0 ]
110110
[ masq ]
111111

112-
# iifname eth0 ct state new,established tcp dport vmap {22 : drop, 222 : drop } masquerade
112+
# iifname "eth0" ct state established,new tcp dport vmap {22 : drop, 222 : drop } masquerade
113113
__map%d test-ip6 b
114114
__map%d test-ip6 0
115115
element 00001600 : 0 [end] element 0000de00 : 0 [end]

0 commit comments

Comments
 (0)