summaryrefslogtreecommitdiffstats
path: root/tests/py/ip6/reject.t.json.output
blob: 04f12f56e9765bd59d5eb4515535ce32df0e9f62 (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
25
26
27
28
# reject
[
    {
        "reject": {
            "expr": "port-unreachable",
            "type": "icmpv6"
        }
    }
]

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