backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / lib / ofctl_json / of13 / 4-45-ofp_meter_mod.packet.json
diff --git a/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/lib/ofctl_json/of13/4-45-ofp_meter_mod.packet.json b/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/lib/ofctl_json/of13/4-45-ofp_meter_mod.packet.json
new file mode 100644 (file)
index 0000000..b78ea6b
--- /dev/null
@@ -0,0 +1,31 @@
+{
+    "cmd": 0,
+    "meter": {
+        "flags": [
+            "PKTPS",
+            "BURST",
+            "STATS"
+        ],
+        "meter_id": 100,
+        "bands": [
+            {
+                "burst_size": 10,
+                "rate": 1000,
+                "type": "DROP"
+            },
+            {
+                "burst_size": 10,
+                "prec_level": 1,
+                "rate": 1000,
+                "type": "DSCP_REMARK"
+            },
+            {
+                "burst_size": 10,
+                "experimenter": 999,
+                "len": 16,
+                "rate": 1000,
+                "type": "EXPERIMENTER"
+            }
+        ]
+    }
+}