summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2013-10-24 11:11:57 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-10-24 12:23:17 +0900
commitf4a580e78c0ef86943227a69c8b1186910926f38 (patch)
treef0d491f7a7dfb5f88c0509daebc2fb79039fcbcf
parent1d00d239d4b49e226d09052ae10cc7c711a0586f (diff)
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 <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r--ryu/tests/packet_data_generator/rebar.config8
1 files 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"}}]}.