Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 ryu/app/ofctl/api.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ryu/app/ofctl/api.py b/ryu/app/ofctl/api.py
index a3d0a33..e49a001 100644
--- a/ryu/app/ofctl/api.py
+++ b/ryu/app/ofctl/api.py
@@ -16,6 +16,7 @@
 
 # client for ryu.app.ofctl.service
 
+from ryu.base import app_manager
 import event
 
 
@@ -33,3 +34,6 @@ def send_msg(app, msg):
     Send an openflow message.
     """
     return app.send_request(event.SendMsgRequest(msg=msg))()
+
+
+app_manager.require_app('ryu.app.ofctl.service')
-- 
1.8.3.1


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to