Update ofproto dependency to include a pull request 68, a fix for flow monitor reply messages.
Signed-off-by: Simon Horman <[email protected]> --- v2 * Update changelog text to refer to pull request 68 --- ryu/tests/packet_data_generator/rebar.config | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ryu/tests/packet_data_generator/rebar.config b/ryu/tests/packet_data_generator/rebar.config index 0d1e79f..9ff487d 100644 --- a/ryu/tests/packet_data_generator/rebar.config +++ b/ryu/tests/packet_data_generator/rebar.config @@ -18,13 +18,12 @@ [{of_protocol, ".*", % {git, "https://github.com/FlowForwarding/of_protocol.git", % "5d6a938bcac91d03e4542845bc014a271bab363a"}}, -% use a local repo until the following changes are merged: +% use local branch for merge of v5 branch, pull/66 and pull/68 +% https://github.com/FlowForwarding/of_protocol/tree/v5 % https://github.com/FlowForwarding/of_protocol/pull/66 -% {git, "http://github.com/yamt/of_protocol.git", -% "624e1bd1b22d9ea32dda7f251c87fab462d3f763"}}, -% use local branch for merge of v5 branch and pull/66 +% https://github.com/FlowForwarding/of_protocol/pull/68 {git, "https://github.com/horms/of_protocol.git", - "f0c732f248170ca3fc0ce710265de46d1ea477de"}}, + "52a05214322cf651de14c7cd5f561a00ebe67c34"}}, {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
