Jason Haar wrote:
 Hi there

Minor feature request. When a user ends their openvpn client session,
shouldn't it be possible to send one last command to the server - a
"logout" command? That way the server can clean up the session much
faster than waiting for a keepalive timeout cycle...

(the problem I see is that we make extensive use of "--up"/etc scripts
and a user can sometimes do several "up->down->up" in a row - which
leads to "flapping" checks. If the server was told the client was
leaving, this would reduce these issues).

it's already available:
 --explicit-exit-notify
this is needed only for UDP based connections, as the server will know when a TCP connection has ended.

HTH,

JJK



Reply via email to