From f798a2ed301061c8e746fa42ee8344b9f3989c4c Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 2 Sep 2013 15:06:12 +0900 Subject: of13: update *.json after OFPQueuePropHeader.property change Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- .../ofproto/json/of13/4-36-ofp_queue_get_config_reply.packet.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ryu/tests/unit/ofproto/json/of13/4-36-ofp_queue_get_config_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-36-ofp_queue_get_config_reply.packet.json index 1322af7e..7d0a7bbe 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-36-ofp_queue_get_config_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-36-ofp_queue_get_config_reply.packet.json @@ -10,12 +10,14 @@ { "OFPQueuePropMinRate": { "len": 16, + "property": 1, "rate": 10 } }, { "OFPQueuePropMaxRate": { "len": 16, + "property": 2, "rate": 900 } } @@ -31,12 +33,14 @@ { "OFPQueuePropMinRate": { "len": 16, + "property": 1, "rate": 100 } }, { "OFPQueuePropMaxRate": { "len": 16, + "property": 2, "rate": 200 } } -- cgit v1.2.3