summaryrefslogtreecommitdiffstats
path: root/tests/py/ip6/icmpv6.t.json.output
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/ip6/icmpv6.t.json.output
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/ip6/icmpv6.t.json.output')
-rw-r--r--tests/py/ip6/icmpv6.t.json.output8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/py/ip6/icmpv6.t.json.output b/tests/py/ip6/icmpv6.t.json.output
index 7b8f5c19..f29b346c 100644
--- a/tests/py/ip6/icmpv6.t.json.output
+++ b/tests/py/ip6/icmpv6.t.json.output
@@ -104,7 +104,7 @@
}
},
"op": "==",
- "right": "port-unreachable"
+ "right": 4
}
}
]
@@ -122,7 +122,7 @@
"op": "==",
"right": {
"range": [
- "addr-unreachable",
+ 3,
66
]
}
@@ -143,8 +143,8 @@
"op": "==",
"right": {
"set": [
- "policy-fail",
- "reject-route",
+ 5,
+ 6,
7
]
}