summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ryu/tests/packet_data_generator/rebar.config7
1 files changed, 2 insertions, 5 deletions
diff --git a/ryu/tests/packet_data_generator/rebar.config b/ryu/tests/packet_data_generator/rebar.config
index 29387312..77a6932e 100644
--- a/ryu/tests/packet_data_generator/rebar.config
+++ b/ryu/tests/packet_data_generator/rebar.config
@@ -16,11 +16,8 @@
{deps,
[{of_protocol, ".*",
-% {git, "http://github.com/FlowForwarding/of_protocol.git",
-% {branch, "master"}}
-% use a local repo until the following changes are merged:
-% https://github.com/FlowForwarding/of_protocol/pull/17
- {git, "http://github.com/yamt/of_protocol.git", {branch, "ryu"}}
+ {git, "https://github.com/FlowForwarding/of_protocol.git",
+ {branch, "master"}}
},
{flower, ".*",
{git, "http://github.com/travelping/flower.git", {branch, "master"}}}