summaryrefslogtreecommitdiffstats
path: root/tests/py/ip6/icmpv6.t.json.output
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/ip6/icmpv6.t.json.output')
-rw-r--r--tests/py/ip6/icmpv6.t.json.output62
1 files changed, 0 insertions, 62 deletions
diff --git a/tests/py/ip6/icmpv6.t.json.output b/tests/py/ip6/icmpv6.t.json.output
index 7b8f5c19..5d33780e 100644
--- a/tests/py/ip6/icmpv6.t.json.output
+++ b/tests/py/ip6/icmpv6.t.json.output
@@ -93,68 +93,6 @@
}
]
-# icmpv6 code 4
-[
- {
- "match": {
- "left": {
- "payload": {
- "field": "code",
- "protocol": "icmpv6"
- }
- },
- "op": "==",
- "right": "port-unreachable"
- }
- }
-]
-
-# icmpv6 code 3-66
-[
- {
- "match": {
- "left": {
- "payload": {
- "field": "code",
- "protocol": "icmpv6"
- }
- },
- "op": "==",
- "right": {
- "range": [
- "addr-unreachable",
- 66
- ]
- }
- }
- }
-]
-
-# icmpv6 code {5, 6, 7} accept
-[
- {
- "match": {
- "left": {
- "payload": {
- "field": "code",
- "protocol": "icmpv6"
- }
- },
- "op": "==",
- "right": {
- "set": [
- "policy-fail",
- "reject-route",
- 7
- ]
- }
- }
- },
- {
- "accept": null
- }
-]
-
# icmpv6 code { 3-66}
[
{