summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/reject.t.json.output
blob: b2529dd75fb51aeb978a3cefd2937926df6f9cc3 (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
# reject with icmp type port-unreachable
[
    {
        "reject": null
    }
]

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