summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/tcpopt.t.json.output
blob: 81dd8ad80da844ed00d8d720395999ea19d3b804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# tcp option sack0 right 1
[
    {
        "match": {
            "left": {
                "tcp option": {
                    "field": "right",
                    "name": "sack"
                }
            },
	    "op": "==",
            "right": 1
        }
    }
]