Re: [Openvpn-devel] [PATCH v2 2/3] Permit unlimited connection entries and remotes

2021-10-05 Thread Selva Nair
Hi, As this patch set is not getting any attention, I guess the need for this is not clear enough from the commit messages. To be blunt, --management-query-remote is pretty useless the way it stands. Let me explain: (1) It queries the user with one remote at a time taking about 1 second per query

Re: [Openvpn-devel] [PATCH v2 2/3] Permit unlimited connection entries and remotes

2021-09-07 Thread Selva Nair
Hi, While implementing this feature in the GUI, I have come across some limitations of management-query-remote: (i) Using a remote selected by the user from a list requires skipping several remotes and accepting when the right one is reached. This is very slow when there are more than a dozen rem

[Openvpn-devel] [PATCH v2 2/3] Permit unlimited connection entries and remotes

2021-08-25 Thread selva . nair
From: Selva Nair Currently we allow a max of 64 connection entries and remotes. A larger number would allow users with 100's of independent config files for different end points of same provider to consolidate them to connection entries. Signed-off-by: Selva Nair --- Changes.rst | 2