Re: [Openvpn-devel] [PATCH v2 3/4] Avoid reserving one more address at pool end

2019-11-13 Thread Tom Yan
So a recent question on the openvpn-users caused me to have found that, this "reserve-one-more-address" is seemingly related to Windows / --ip-win32. Commit 251cc8f made a "correction" to the manual/documentation which sort of implied that the address is reserved as the default address chosen by `-

Re: [Openvpn-devel] [PATCH v2 3/4] Avoid reserving one more address at pool end

2019-11-13 Thread Tom Yan
If it isn't a typo, I wonder if it is the equivalence of `pool_end_reserve`. As with the subnet topology, each client takes up 1 address in contrast to 4 with net30. So perhaps the question is, what's the purpose of pool_end_reserve? On Wed, 13 Nov 2019 at 18:07, Tom Yan wrote: > > It appears to

[Openvpn-devel] [PATCH v2 3/4] Avoid reserving one more address at pool end

2019-11-13 Thread Tom Yan
It appears to be a copy-and-paste kind of typo (pool start is network address + 2). --- src/openvpn/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/helper.c b/src/openvpn/helper.c index 5b2ca0cc..6e2f0891 100644 --- a/src/openvpn/helper.c +++ b/src/openvpn