summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/flowtable.t.json
blob: 5e11172e772263ea18c396bbab2cb4c443dbba88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# meter xyz size 8192 { ip saddr timeout 30s counter}
[
    {
        "meter": {
            "key": {
                "elem": {
                    "timeout": 30,
                    "val": {
                        "payload": {
                            "field": "saddr",
                            "name": "ip"
                        }
                    }
                }
            },
            "name": "xyz",
            "stmt": {
                "counter": null
            }
        }
    }
]