Update ofproto dependency to include pull request 69, an implementation of table status
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 9ff487d..c28a8d8 100644 --- a/ryu/tests/packet_data_generator/rebar.config +++ b/ryu/tests/packet_data_generator/rebar.config @@ -18,12 +18,13 @@ [{of_protocol, ".*", % {git, "https://github.com/FlowForwarding/of_protocol.git", % "5d6a938bcac91d03e4542845bc014a271bab363a"}}, -% use local branch for merge of v5 branch, pull/66 and pull/68 +% use local branch for merge of v5 branch and, pull 66, 68 and 69 % 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 {git, "https://github.com/horms/of_protocol.git", - "52a05214322cf651de14c7cd5f561a00ebe67c34"}}, + "56435b1a095b61c19ee52f6d79b2185fdb758b97"}}, {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
