diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2013-07-31 10:13:27 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-07-31 10:17:45 +0900 |
commit | ee79a1a7c74b9afc9c6e29cdce48bfe88ac63df4 (patch) | |
tree | feab7a323603d20216fa805a1eb4cd1393f1429f | |
parent | 89ae14b94353078bd087b2ba1b229bcd4d5d271f (diff) |
update packet generator code comment
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.config | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ryu/tests/packet_data_generator/rebar.config b/ryu/tests/packet_data_generator/rebar.config index 0bcca6ff..29387312 100644 --- a/ryu/tests/packet_data_generator/rebar.config +++ b/ryu/tests/packet_data_generator/rebar.config @@ -20,11 +20,6 @@ % {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 -% https://github.com/FlowForwarding/of_protocol/pull/28 {git, "http://github.com/yamt/of_protocol.git", {branch, "ryu"}} }, {flower, ".*", |