On Fri, 30 Jun 2017 10:58:50 +0900 Satoshi Fujimoto <[email protected]> wrote:
> This patch adds "socket" field to RemoteOvsdb > to get sockets which connects to switches. > > e.g.) > @set_ev_cls(ovsdb_event.EventNewOVSDBConnection) > def handle_new_ovsdb_connection(self, ev): > print(ev.client.socket.getsockname()[0]) > > Signed-off-by: Satoshi Fujimoto <[email protected]> > --- > ryu/services/protocols/ovsdb/client.py | 2 ++ > 1 file changed, 2 insertions(+) Applied, thanks. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
