diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2013-10-28 17:08:11 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-10-28 23:02:49 +0900 |
commit | 53c69c4a2e0c5a76a43d1f93319f1d5d305cdccf (patch) | |
tree | 218e19731619d11a38b9264d4b251615fc0d31d9 | |
parent | 5769688e32dfe0a28bb148abd5f7670b10624b40 (diff) |
packet_data_generator: update of_protocol upstream
to include table-features fixes.
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ryu/tests/packet_data_generator/rebar.config b/ryu/tests/packet_data_generator/rebar.config index 494677f5..11c40470 100644 --- a/ryu/tests/packet_data_generator/rebar.config +++ b/ryu/tests/packet_data_generator/rebar.config @@ -21,8 +21,9 @@ % use a local repo until the following changes are merged: % https://github.com/FlowForwarding/of_protocol/pull/51 % https://github.com/FlowForwarding/of_protocol/pull/52 +% https://github.com/FlowForwarding/of_protocol/pull/56 {git, "http://github.com/yamt/of_protocol.git", - "cbbb6eedab4a480b8d993c12068bf750da3f6e05"}}, + "3d30178dc460dc0faf23df00a19f8e8a3aa77a17"}}, {flower, ".*", {git, "http://github.com/travelping/flower.git", "d783d8f722cb1eb2fa598d4521b309cfcc703fdb"}}]}. |