summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/icmp.t.json
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2018-09-11 22:14:27 +0200
committerFlorian Westphal <fw@strlen.de>2018-09-13 10:43:05 +0200
commit68e21ac5b2f5f7e60d3e1b12a3a2a05ed542f6fa (patch)
treedc8e2abfce65a3006fa2e628fb77860361546750 /tests/py/ip/icmp.t.json
parentcbbdb960a262d8df86a2dfaa1b56c0182e97f3ed (diff)
tests/py: Fix JSON for icmp*.t
A recent change to ip/icmp.t and ip6/icmpv6.t did not update JSON equivalents accordingly, fix this. Fixes: 0f44d4f627535 ("proto: fix icmp/icmpv6 code datatype") Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/py/ip/icmp.t.json')
-rw-r--r--tests/py/ip/icmp.t.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/py/ip/icmp.t.json b/tests/py/ip/icmp.t.json
index 918621cb..4e172745 100644
--- a/tests/py/ip/icmp.t.json
+++ b/tests/py/ip/icmp.t.json
@@ -480,7 +480,7 @@
}
]
-# icmp code != { 2, 4, 54, 33, 56}
+# icmp code != { prot-unreachable, 4, 33, 54, 56}
[
{
"match": {
@@ -493,7 +493,7 @@
"op": "!=",
"right": {
"set": [
- 2,
+ "prot-unreachable",
4,
33,
54,