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

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