Update ofproto dependency to include pull request 70, an implementation of request forward
Signed-off-by: Simon Horman <[email protected]> --- v2 * First post --- ryu/tests/packet_data_generator/rebar.config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ryu/tests/packet_data_generator/rebar.config b/ryu/tests/packet_data_generator/rebar.config index c28a8d8..1f9c597 100644 --- a/ryu/tests/packet_data_generator/rebar.config +++ b/ryu/tests/packet_data_generator/rebar.config @@ -18,13 +18,14 @@ [{of_protocol, ".*", % {git, "https://github.com/FlowForwarding/of_protocol.git", % "5d6a938bcac91d03e4542845bc014a271bab363a"}}, -% use local branch for merge of v5 branch and, pull 66, 68 and 69 +% use local branch for merge of v5 branch, pull and 66, 68, 69 and 70. % https://github.com/FlowForwarding/of_protocol/tree/v5 % https://github.com/FlowForwarding/of_protocol/pull/66 % https://github.com/FlowForwarding/of_protocol/pull/68 % https://github.com/FlowForwarding/of_protocol/pull/69 +% https://github.com/FlowForwarding/of_protocol/pull/70 {git, "https://github.com/horms/of_protocol.git", - "56435b1a095b61c19ee52f6d79b2185fdb758b97"}}, + "66f41dd72fdc61f003997ece7d2acb18276f7d73"}}, {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
