for now, use my fork of of_protocol, which contains necessary fixes for our purpose.
this commit is separated from the rest of mkdata so that it can be easily reverted when the upstream took the necessary changes. Signed-off-by: YAMAMOTO Takashi <[email protected]> --- ryu/tests/unit/ofproto/mkdata/rebar.config | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ryu/tests/unit/ofproto/mkdata/rebar.config b/ryu/tests/unit/ofproto/mkdata/rebar.config index 0b4f552..a6e866e 100644 --- a/ryu/tests/unit/ofproto/mkdata/rebar.config +++ b/ryu/tests/unit/ofproto/mkdata/rebar.config @@ -16,8 +16,16 @@ {deps, [{of_protocol, ".*", - {git, "http://github.com/FlowForwarding/of_protocol.git", - {branch, "master"}}}, +% {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 +% https://github.com/FlowForwarding/of_protocol/pull/18 +% https://github.com/FlowForwarding/of_protocol/pull/19 +% https://github.com/FlowForwarding/of_protocol/pull/20 +% https://github.com/FlowForwarding/of_protocol/pull/23 + {git, "http://github.com/yamt/of_protocol.git", {branch, "ryu"}} + }, {flower, ".*", {git, "http://github.com/travelping/flower.git", {branch, "master"}}} ]}. -- 1.8.1.5 ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
