summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/flowtable.t.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/ip/flowtable.t.json')
-rw-r--r--tests/py/ip/flowtable.t.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/py/ip/flowtable.t.json b/tests/py/ip/flowtable.t.json
new file mode 100644
index 00000000..e6fc09f4
--- /dev/null
+++ b/tests/py/ip/flowtable.t.json
@@ -0,0 +1,23 @@
+# meter xyz { ip saddr timeout 30s counter}
+[
+ {
+ "meter": {
+ "key": {
+ "elem": {
+ "elem_timeout": 30,
+ "val": {
+ "payload": {
+ "field": "saddr",
+ "name": "ip"
+ }
+ }
+ }
+ },
+ "name": "xyz",
+ "stmt": {
+ "counter": null
+ }
+ }
+ }
+]
+