Update ofproto dependency to include a merge of the mainline v5 branch which includes: * Bundle messages * Flow monitor messages
Signed-off-by: Simon Horman <[email protected]> --- v2 * No change --- ryu/tests/packet_data_generator/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryu/tests/packet_data_generator/rebar.config b/ryu/tests/packet_data_generator/rebar.config index 44d206a..0d1e79f 100644 --- a/ryu/tests/packet_data_generator/rebar.config +++ b/ryu/tests/packet_data_generator/rebar.config @@ -24,7 +24,7 @@ % "624e1bd1b22d9ea32dda7f251c87fab462d3f763"}}, % use local branch for merge of v5 branch and pull/66 {git, "https://github.com/horms/of_protocol.git", - "6ad43fb8f8754a2d6673bddd40d7c03f145a2abf"}}, + "f0c732f248170ca3fc0ce710265de46d1ea477de"}}, {flower, ".*", {git, "http://github.com/travelping/flower.git", "d783d8f722cb1eb2fa598d4521b309cfcc703fdb"}}]}. -- 1.8.5.2 ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
