summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/ct.t.json.output
blob: 2429ec69c94f1b0320ce3bb8a0297b21a9ae5837 (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
# ct original protocol 17 ct reply proto-src 53
[
    {
        "match": {
            "left": {
                "ct": {
                    "key": "protocol"
                }
            },
            "right": 17
        }
    },
    {
        "match": {
            "left": {
                "ct": {
                    "dir": "reply",
                    "key": "proto-src"
                }
            },
            "right": 53
        }
    }
]