mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-01-29 12:31:20 +01:00
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:
parent
e190549b76
commit
2de65ac1ad
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user