this also includes updates after "packet_data_generator: fix port names" commit.
Signed-off-by: YAMAMOTO Takashi <[email protected]> --- ryu/tests/unit/ofproto/json/of10/1-6-ofp_switch_features.packet.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ryu/tests/unit/ofproto/json/of10/1-6-ofp_switch_features.packet.json b/ryu/tests/unit/ofproto/json/of10/1-6-ofp_switch_features.packet.json index aa8180e..18366ed 100644 --- a/ryu/tests/unit/ofproto/json/of10/1-6-ofp_switch_features.packet.json +++ b/ryu/tests/unit/ofproto/json/of10/1-6-ofp_switch_features.packet.json @@ -12,7 +12,7 @@ "config": 0, "curr": 648, "hw_addr": "f2:0b:a4:7d:f8:ea", - "name": "UG9ydAYAAAAAAAAAAAAAAA==", + "name": "UG9ydDY=", "peer": 648, "port_no": 6, "state": 2, @@ -25,7 +25,7 @@ "config": 0, "curr": 648, "hw_addr": "f2:0b:a4:d0:3f:70", - "name": "UG9ydAcAAAAAAAAAAAAAAA==", + "name": "UG9ydDc=", "peer": 648, "port_no": 7, "state": 16, -- 1.8.3.1 ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
