Signed-off-by: Isaku Yamahata <[email protected]>
---
ryu/exception.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
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.1.1
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel