diff options
-rw-r--r-- | ryu/services/protocols/ovsdb/client.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ryu/services/protocols/ovsdb/client.py b/ryu/services/protocols/ovsdb/client.py index 9b7917e4..68d6e9f3 100644 --- a/ryu/services/protocols/ovsdb/client.py +++ b/ryu/services/protocols/ovsdb/client.py @@ -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 |