summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/flowtable.t.json
blob: 1d2b0b7a1a967b6dcfaaede54b9ac4476c1fef74 (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
# meter xyz size 8192 { ip saddr timeout 30s counter}
[
    {
        "meter": {
            "key": {
                "elem": {
                    "timeout": 30,
                    "val": {
                        "payload": {
                            "field": "saddr",
                            "name": "ip"
                        }
                    }
                }
            },
            "name": "xyz",
            "size": 8192,
            "stmt": {
                "counter": null
            }
        }
    }
]