Updated switch lastseen right after the underlying get_switch_or_create(dpid, conn) call and before sending kytos/of_core.handshake.completed, just so the is_connected() method works as intended.
Release notes
Updated switch lastseen before sending kytos/of_core.handshake.completed, to fix the is_connected() method check.
Fixes #38
Description of the change
lastseen
right after the underlyingget_switch_or_create(dpid, conn)
call and before sendingkytos/of_core.handshake.completed
, just so theis_connected()
method works as intended.Release notes
lastseen
before sendingkytos/of_core.handshake.completed
, to fix theis_connected()
method check.