diff options
author | Florian Westphal <fw@strlen.de> | 2020-11-03 13:48:20 +0100 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2020-11-05 09:40:50 +0100 |
commit | cadc2f92d2e75394ce84eaff9380cad3a610c260 (patch) | |
tree | bd5bdbdf9a0d11e53f6518d94a1ea45844a4120f /tests/py/inet/dnat.t | |
parent | bb34b08dc6ce9dadb6459cbc217036b6eb59bd73 (diff) |
tests: avoid warning and add missing json test cases
make dnat.t pass in json mode.
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/py/inet/dnat.t')
-rw-r--r-- | tests/py/inet/dnat.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/py/inet/dnat.t b/tests/py/inet/dnat.t index a2661008..b460af39 100644 --- a/tests/py/inet/dnat.t +++ b/tests/py/inet/dnat.t @@ -15,7 +15,7 @@ dnat to 1.2.3.4;fail dnat ip6 to ct mark . ip daddr map { 0x00000014 . 1.1.1.1 : 1.2.3.4};fail ip6 daddr dead::beef dnat to 10.1.2.3;fail -meta l4proto { tcp, udp } dnat ip to 1.1.1.1:80;ok -ip protocol { tcp, udp } dnat ip to 1.1.1.1:80;ok +meta l4proto { tcp, udp } dnat ip to 1.1.1.1:80;ok;meta l4proto { 6, 17} dnat ip to 1.1.1.1:80 +ip protocol { tcp, udp } dnat ip to 1.1.1.1:80;ok;ip protocol { 6, 17} dnat ip to 1.1.1.1:80 meta l4proto { tcp, udp } tcp dport 20 dnat to 1.1.1.1:80;fail ip protocol { tcp, udp } tcp dport 20 dnat to 1.1.1.1:80;fail |