summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/icmp.t.json
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2024-04-04 13:56:39 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2024-04-04 15:50:54 +0200
commit1702bfd70b39fe955d5e2c4b93f7dc07acb79027 (patch)
treeb776ad26a01d9838beb26bd6083460028cfe7d71 /tests/py/ip/icmp.t.json
parent5fecd2a6ef614eca7b0829e684449ee25982c233 (diff)
tests: py: complete icmp and icmpv6 update
Update json update and leftover payload update to complete 5fecd2a6ef61 ("src: disentangle ICMP code types"). Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/py/ip/icmp.t.json')
-rw-r--r--tests/py/ip/icmp.t.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/py/ip/icmp.t.json b/tests/py/ip/icmp.t.json
index 4f052509..45e04c78 100644
--- a/tests/py/ip/icmp.t.json
+++ b/tests/py/ip/icmp.t.json
@@ -459,8 +459,8 @@
"op": "!=",
"right": {
"set": [
- "prot-unreachable",
- "frag-needed",
+ 2,
+ 4,
33,
54,
56
@@ -1488,7 +1488,7 @@
}
},
"op": "==",
- "right": "host-unreachable"
+ "right": 1
}
}
]