packet_data_generator: move of_protocol upstream back to the origin

stop maintaining a private repo as all of our pullup requests
have been merged into the origin.

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
YAMAMOTO Takashi 2013-09-02 08:53:25 +09:00 committed by FUJITA Tomonori
parent 242f3023ea
commit 52c7b4de01

View File

@ -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"}}}