From f4a580e78c0ef86943227a69c8b1186910926f38 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 24 Oct 2013 11:11:57 +0900 Subject: [PATCH] packet_data_generator: change of_protocol upstream change of_protocol upstream back to a local repo again to include the following fix. https://github.com/FlowForwarding/of_protocol/pull/51 Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- ryu/tests/packet_data_generator/rebar.config | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ryu/tests/packet_data_generator/rebar.config b/ryu/tests/packet_data_generator/rebar.config index 422e22fd..fd3cc2cc 100644 --- a/ryu/tests/packet_data_generator/rebar.config +++ b/ryu/tests/packet_data_generator/rebar.config @@ -16,8 +16,12 @@ {deps, [{of_protocol, ".*", - {git, "https://github.com/FlowForwarding/of_protocol.git", - "5d6a938bcac91d03e4542845bc014a271bab363a"}}, +% {git, "https://github.com/FlowForwarding/of_protocol.git", +% "5d6a938bcac91d03e4542845bc014a271bab363a"}}, +% use a local repo until the following changes are merged: +% https://github.com/FlowForwarding/of_protocol/pull/51 + {git, "http://github.com/yamt/of_protocol.git", + "c8bb795af3d50c8c9abd3c0b910cfd7a6844eef5"}}, {flower, ".*", {git, "http://github.com/travelping/flower.git", "d783d8f722cb1eb2fa598d4521b309cfcc703fdb"}}]}.