deb-networking-l2gw/etc
vikas 4bf75d915b Introduce socket timeout for a blocking socket
Monitor agent fails to monitor the switch once switch restarts.
socket.recv() is a blocked call (if timeout value is not passed)
due to which we cannot determine if the remote OVSDB server has died.
The remote OVSDB server sends echo requests every 4 seconds.
If there is no echo request on the socket for socket_timeout seconds
(by default socket_timeout value is 30 seconds), the agent can
safely assume that the connection with the remote OVSDB server is lost.
Better to retry by reopening the socket.

Closes-Bug: 1615499
Change-Id: I7dae57c620e048780e27a0ba9d52670d519e303c
2016-08-26 08:57:17 +00:00
..
l2gateway_agent.ini Introduce socket timeout for a blocking socket 2016-08-26 08:57:17 +00:00
l2gw_plugin.ini Service driver support in L2gw for south bound 2015-11-24 17:27:31 -08:00
policy.json policy.json modification for L2gateway API 2015-01-31 08:06:33 -08:00