ACK, thanks. Your patch has been applied to the master and release/2.3 branch.
commit d384a9587951617d12e31e0a18050bd86402d5df (master)
commit 785297bf3c8a93ad2fca2aeae574082dc97183e6 (release/2.3)
Author: Lev Stipakov
List-Post: openvpn-devel@lists.sourceforge.net
Date: Thu Mar 5 22:33:56 2015
ACK
The new behaviour is slightly different, because it well reject invalid
netmasks (e.g. 8.255.255.0). The old count_netmask_bits() would just
happily report "there's 9 bits in that one!". I did not trace back the
input of these calls to verify whether the netmasks can be invalid, but
eve
Makes it a lot easier to see which client is floating.
Signed-off-by: Steffan Karger
---
src/openvpn/multi.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/openvpn/multi.c b/src/openvpn/multi.c
index 4412491..b0f66ca 100644
--- a/src/openvpn/multi.c
+++ b/src/open