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