protocols/ovsdb: Update wrapped Idl()

Upstream ovs added the `Idl.readonly` property after ryu embeded ovs.
Add the property for compatability.

Signed-off-by: Jason Kölker <jason@koelker.net>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
Jason Kölker 2016-03-23 17:33:32 +00:00 committed by FUJITA Tomonori
parent e190549b76
commit 2de65ac1ad

View File

@ -146,6 +146,7 @@ class Idl(idl.Idl):
self._events = []
self.tables = schema.tables
self.readonly = schema.readonly
self._db = schema
self._session = session
self._monitor_request_id = None