X-Git-Url: https://git.josue.xyz/?p=vsorcdistro%2F.git;a=blobdiff_plain;f=ryu%2Fbuild%2Flib.linux-armv7l-2.7%2Fryu%2Ftests%2Funit%2Fofproto%2Fjson%2Fof12%2F3-36-ofp_queue_get_config_reply.packet.json;fp=ryu%2Fbuild%2Flib.linux-armv7l-2.7%2Fryu%2Ftests%2Funit%2Fofproto%2Fjson%2Fof12%2F3-36-ofp_queue_get_config_reply.packet.json;h=7d0a7bbe46dc36e91a3e413b555055b0fe46063f;hp=0000000000000000000000000000000000000000;hb=f255202e7d913502500105433111a1d626eaabb6;hpb=002eb7cc64ee6697fc264b9ac5bc93eb33c7e213 diff --git a/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/ofproto/json/of12/3-36-ofp_queue_get_config_reply.packet.json b/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/ofproto/json/of12/3-36-ofp_queue_get_config_reply.packet.json new file mode 100644 index 0000000..7d0a7bb --- /dev/null +++ b/ryu/build/lib.linux-armv7l-2.7/ryu/tests/unit/ofproto/json/of12/3-36-ofp_queue_get_config_reply.packet.json @@ -0,0 +1,53 @@ +{ + "OFPQueueGetConfigReply": { + "port": 4294967295, + "queues": [ + { + "OFPPacketQueue": { + "len": 48, + "port": 77, + "properties": [ + { + "OFPQueuePropMinRate": { + "len": 16, + "property": 1, + "rate": 10 + } + }, + { + "OFPQueuePropMaxRate": { + "len": 16, + "property": 2, + "rate": 900 + } + } + ], + "queue_id": 99 + } + }, + { + "OFPPacketQueue": { + "len": 48, + "port": 77, + "properties": [ + { + "OFPQueuePropMinRate": { + "len": 16, + "property": 1, + "rate": 100 + } + }, + { + "OFPQueuePropMaxRate": { + "len": 16, + "property": 2, + "rate": 200 + } + } + ], + "queue_id": 88 + } + } + ] + } +}