summaryrefslogtreecommitdiffstats
path: root/tests/py/ip6/reject.t.json.output
blob: 4f79922901ef6afa3090ee109e2bc99882168b2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# reject with icmpv6 type port-unreachable
[
    {
        "reject": null
    }
]

# mark 0x80000000 reject with tcp reset
[
    {
        "match": {
            "left": {
                "meta": { "key": "mark" }
            },
            "right": 2147483648
        }
    },
    {
        "reject": {
            "type": "tcp reset"
        }
    }
]