Signed-off-by: Isaku Yamahata <[email protected]>
---
ryu/exception.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ryu/exception.py b/ryu/exception.py
index aa9597e..45fbd87 100644
--- a/ryu/exception.py
+++ b/ryu/exception.py
@@ -79,3 +79,6 @@ class TunnelKeyAlreadyExist(RyuException):
class TunnelKeyNotFound(RyuException):
message = 'no tunnel key for network %(network_id)s'
+
+class OVSBridgeNotFound(RyuException):
+ message = 'no bridge for datapath_id %(datapath_id)s'
--
1.7.10.4
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel