summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/reject.t.json.output
blob: 3917413dcfbe4fc7e4874392b9304418ba368bc0 (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": "icmp"
        }
    }
]

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