Skip to content

Commit

Permalink
updated jsonrpc.Session call to have correct arguments for latest ver…
Browse files Browse the repository at this point in the history
…sion of ovs

Signed-off-by: Scott <sdyear@gmail.com>
  • Loading branch information
sdyear authored and fujita committed Apr 22, 2020
1 parent be28997 commit c343376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ryu/services/protocols/ovsdb/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def factory(cls, sock, address, probe_interval=None, min_backoff=None,

fsm.connected(now())

session = jsonrpc.Session(fsm, connection)
session = jsonrpc.Session(fsm, connection, fsm.get_name())
idl = Idl(session, schemas[0])

system_id = discover_system_id(idl)
Expand Down

0 comments on commit c343376

Please sign in to comment.