diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2013-11-28 10:52:03 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-11-29 09:23:09 +0900 |
commit | b5a4dec71357bdd8ea4a8d39aef33a4b0d79dbd0 (patch) | |
tree | 45dfbe6f0e57815c609b0f363a861268ed4d4f79 | |
parent | 44a10875a1b15763178bf44872afceadfd4cae7f (diff) |
packet_data_generator: update of_protocol for onf_flow_monitor_request
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 fc346f05..2e8b2c4c 100644 --- a/ryu/tests/packet_data_generator/rebar.config +++ b/ryu/tests/packet_data_generator/rebar.config @@ -24,8 +24,9 @@ % https://github.com/FlowForwarding/of_protocol/pull/56 % https://github.com/FlowForwarding/of_protocol/pull/57 % EXT-256 +% EXT-187 onf_flow_monitor_request {git, "http://github.com/yamt/of_protocol.git", - "048096795e739d923c08498dcf5e917bd603527d"}}, + "a1c76ac3e276d5d5824d67c90bf498bd289cece9"}}, {flower, ".*", {git, "http://github.com/travelping/flower.git", "d783d8f722cb1eb2fa598d4521b309cfcc703fdb"}}]}. |