change of_protocol upstream back to a local repo again
to include the following fix.
    https://github.com/FlowForwarding/of_protocol/pull/51

Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 ryu/tests/packet_data_generator/rebar.config | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/ryu/tests/packet_data_generator/rebar.config 
b/ryu/tests/packet_data_generator/rebar.config
index 422e22f..fd3cc2c 100644
--- a/ryu/tests/packet_data_generator/rebar.config
+++ b/ryu/tests/packet_data_generator/rebar.config
@@ -16,8 +16,12 @@
 
 {deps,
  [{of_protocol, ".*",
-   {git, "https://github.com/FlowForwarding/of_protocol.git";,
-    "5d6a938bcac91d03e4542845bc014a271bab363a"}},
+%  {git, "https://github.com/FlowForwarding/of_protocol.git";,
+%   "5d6a938bcac91d03e4542845bc014a271bab363a"}},
+% use a local repo until the following changes are merged:
+%   https://github.com/FlowForwarding/of_protocol/pull/51
+   {git, "http://github.com/yamt/of_protocol.git";,
+    "c8bb795af3d50c8c9abd3c0b910cfd7a6844eef5"}},
   {flower, ".*",
    {git, "http://github.com/travelping/flower.git";,
     "d783d8f722cb1eb2fa598d4521b309cfcc703fdb"}}]}.
-- 
1.8.3.1


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to