to include ofp_action_set_queue fix. https://github.com/FlowForwarding/of_protocol/pull/52
Signed-off-by: YAMAMOTO Takashi <[email protected]> --- ryu/tests/packet_data_generator/rebar.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ryu/tests/packet_data_generator/rebar.config b/ryu/tests/packet_data_generator/rebar.config index fd3cc2c..494677f 100644 --- a/ryu/tests/packet_data_generator/rebar.config +++ b/ryu/tests/packet_data_generator/rebar.config @@ -20,8 +20,9 @@ % "5d6a938bcac91d03e4542845bc014a271bab363a"}}, % use a local repo until the following changes are merged: % https://github.com/FlowForwarding/of_protocol/pull/51 +% https://github.com/FlowForwarding/of_protocol/pull/52 {git, "http://github.com/yamt/of_protocol.git", - "c8bb795af3d50c8c9abd3c0b910cfd7a6844eef5"}}, + "cbbb6eedab4a480b8d993c12068bf750da3f6e05"}}, {flower, ".*", {git, "http://github.com/travelping/flower.git", "d783d8f722cb1eb2fa598d4521b309cfcc703fdb"}}]}. -- 1.8.3.1 ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
