to include table-features fixes. 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 494677f..11c4047 100644 --- a/ryu/tests/packet_data_generator/rebar.config +++ b/ryu/tests/packet_data_generator/rebar.config @@ -21,8 +21,9 @@ % 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 +% https://github.com/FlowForwarding/of_protocol/pull/56 {git, "http://github.com/yamt/of_protocol.git", - "cbbb6eedab4a480b8d993c12068bf750da3f6e05"}}, + "3d30178dc460dc0faf23df00a19f8e8a3aa77a17"}}, {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
