summaryrefslogtreecommitdiffhomepage
path: root/tests/unit/ofproto/json/of12/3-21-ofp_group_mod.packet.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/ofproto/json/of12/3-21-ofp_group_mod.packet.json')
-rw-r--r--tests/unit/ofproto/json/of12/3-21-ofp_group_mod.packet.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/unit/ofproto/json/of12/3-21-ofp_group_mod.packet.json b/tests/unit/ofproto/json/of12/3-21-ofp_group_mod.packet.json
new file mode 100644
index 00000000..1a3767da
--- /dev/null
+++ b/tests/unit/ofproto/json/of12/3-21-ofp_group_mod.packet.json
@@ -0,0 +1,27 @@
+{
+ "OFPGroupMod": {
+ "buckets": [
+ {
+ "OFPBucket": {
+ "actions": [
+ {
+ "OFPActionOutput": {
+ "len": 16,
+ "max_len": 65535,
+ "port": 2,
+ "type": 0
+ }
+ }
+ ],
+ "len": 32,
+ "watch_group": 1,
+ "watch_port": 1,
+ "weight": 1
+ }
+ }
+ ],
+ "command": 0,
+ "group_id": 1,
+ "type": 0
+ }
+}