Currently the IDL does not support passive TCP connection (where the OVSDB connects to its manager). This patch allow IDL to use already open session, that has used previously to retrieve the database schema, with the ability to go back to listen mode in case the connection will be lost.
To be able to test passive TCP to the OVSDB, an helper application was used. This application opened a TCP connection to both, the agent application that used IDL and the OVSDB server, and send any data it got from one connection to the other. To simulate a connection problem this application was stopped and then re-started. Signed-off-by: Ofer Ben-Yacov <[email protected]> Tested-by: Ofer Ben-Yacov <[email protected]> Requested-by: Ben Pfaff <[email protected]>, "D M, Vikas" <[email protected]>, "Kamat, Maruti Haridas" <[email protected]>, Sukhdev Kapur <[email protected]<mailto:[email protected]>>,"Migliaccio, Armando" <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
