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