You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm trying to tie up LINC and Ryu with OFConfig protocol.
I work with latest version of LINC (master branch), Ryu (3.19) and Erlang (R17, installed from erlang package from erlang solutions), guided by test-of-conig-with-linc doc.
Traceback (most recent call last):
File "test_linc_ofconfig.py", line 43, in <module>
client.get()
File "test_linc_ofconfig.py", line 18, in get
data_xml = self.switch.get()
File "/home/budnyjj/ryu/ryu/lib/of_config/capable_switch.py", line 111, in get
return ofc.OFCapableSwitchType.from_xml(self.raw_get(), self.namespace)
File "/home/budnyjj/ryu/ryu/lib/of_config/capable_switch.py", line 98, in raw_get
reply = self.netconf.get(filter)
File "/home/budnyjj/ryu/ryu/contrib/ncclient/manager.py", line 78, in wrapper
return self.execute(op_cls, *args, **kwds)
File "/home/budnyjj/ryu/ryu/contrib/ncclient/manager.py", line 132, in execute
raise_mode=self._raise_mode).request(*args, **kwds)
File "/home/budnyjj/ryu/ryu/contrib/ncclient/operations/retrieve.py", line 65, in request
return self._request(node)
File "/home/budnyjj/ryu/ryu/contrib/ncclient/operations/rpc.py", line 284, in _request
raise self._error
ncclient.transport.errors.SessionCloseError: Unexpected session close
on the Ryu side.
The text was updated successfully, but these errors were encountered:
Hello! I'm trying to tie up LINC and Ryu with OFConfig protocol.
I work with latest version of LINC (master branch), Ryu (3.19) and Erlang (R17, installed from erlang package from erlang solutions), guided by test-of-conig-with-linc doc.
I run LINC with following configuration:
and use this script as basic connectivity test:
Unfortunately, instead of correct response I get following message:
on the LINC side, and following message
on the Ryu side.
The text was updated successfully, but these errors were encountered: