Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
.../unit/ofproto/json/of13/4-45-ofp_meter_mod.packet.json | 12 +++++++++---
.../json/of13/4-48-ofp_meter_config_reply.packet.json | 4 +++-
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/ryu/tests/unit/ofproto/json/of13/4-45-ofp_meter_mod.packet.json
b/ryu/tests/unit/ofproto/json/of13/4-45-ofp_meter_mod.packet.json
index 7bbc29c..eba4540 100644
--- a/ryu/tests/unit/ofproto/json/of13/4-45-ofp_meter_mod.packet.json
+++ b/ryu/tests/unit/ofproto/json/of13/4-45-ofp_meter_mod.packet.json
@@ -4,21 +4,27 @@
{
"OFPMeterBandDrop": {
"burst_size": 10,
- "rate": 1000
+ "len": 16,
+ "rate": 1000,
+ "type": 1
}
},
{
"OFPMeterBandDscpRemark": {
"burst_size": 10,
+ "len": 16,
"prec_level": 1,
- "rate": 1000
+ "rate": 1000,
+ "type": 2
}
},
{
"OFPMeterBandExperimenter": {
"burst_size": 10,
"experimenter": 999,
- "rate": 1000
+ "len": 16,
+ "rate": 1000,
+ "type": 65535
}
}
],
diff --git
a/ryu/tests/unit/ofproto/json/of13/4-48-ofp_meter_config_reply.packet.json
b/ryu/tests/unit/ofproto/json/of13/4-48-ofp_meter_config_reply.packet.json
index 0e372d9..08cc97e 100644
--- a/ryu/tests/unit/ofproto/json/of13/4-48-ofp_meter_config_reply.packet.json
+++ b/ryu/tests/unit/ofproto/json/of13/4-48-ofp_meter_config_reply.packet.json
@@ -7,7 +7,9 @@
{
"OFPMeterBandDrop": {
"burst_size": 10,
- "rate": 1000
+ "len": 16,
+ "rate": 1000,
+ "type": 1
}
}
],
--
1.8.3.1
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel