the output has been changed by the following commit. it isn't significant for us because we never look at the inside of datapath id.
https://github.com/FlowForwarding/of_protocol/commit/2bc284119af26ba70c7b9148669da013926b8e71 Signed-off-by: YAMAMOTO Takashi <[email protected]> --- ryu/tests/unit/ofproto/json/of12/3-6-ofp_features_reply.packet.json | 2 +- ryu/tests/unit/ofproto/json/of13/4-6-ofp_features_reply.packet.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ryu/tests/unit/ofproto/json/of12/3-6-ofp_features_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-6-ofp_features_reply.packet.json index baa79a4..f7c3a66 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-6-ofp_features_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-6-ofp_features_reply.packet.json @@ -1,7 +1,7 @@ { "OFPSwitchFeatures": { "capabilities": 79, - "datapath_id": 603603843768844288, + "datapath_id": 9210263729383, "n_buffers": 0, "n_tables": 255, "ports": { diff --git a/ryu/tests/unit/ofproto/json/of13/4-6-ofp_features_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-6-ofp_features_reply.packet.json index 624bfe9..12e8744 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-6-ofp_features_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-6-ofp_features_reply.packet.json @@ -2,7 +2,7 @@ "OFPSwitchFeatures": { "auxiliary_id": 99, "capabilities": 79, - "datapath_id": 603603843768844288, + "datapath_id": 9210263729383, "n_buffers": 0, "n_tables": 255 } -- 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
