summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/ct.t.json.output
blob: 8b71519e9be73ab773e7267b5f966de121404ba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# meta nfproto ipv4 ct original saddr 1.2.3.4
[
    {
        "match": {
            "left": {
                "ct": {
                    "dir": "original",
                    "family": "ip",
                    "key": "saddr"
                }
            },
	    "op": "==",
            "right": "1.2.3.4"
        }
    }
]