mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-01-25 02:21:45 +01:00
updated jsonrpc.Session call to have correct arguments for latest version of ovs
Signed-off-by: Scott <sdyear@gmail.com>
This commit is contained in:
parent
be289978c7
commit
c343376849
@ -319,7 +319,7 @@ class RemoteOvsdb(app_manager.RyuApp):
|
||||
|
||||
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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user