]> git.ipfire.org Git - thirdparty/openvpn.git/commit
client-connect: Move multi_client_connect_setenv into early_setup
authorFabian Knittel <fabian.knittel@lettink.de>
Sat, 11 Jul 2020 09:36:45 +0000 (11:36 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 15 Jul 2020 11:15:56 +0000 (13:15 +0200)
commit380a142a6b397e615ef809a94c5e6be7fcddad06
tree73c25be7a13f3ada7fe42a959a5b71c17f5a9756
parent62a840e2ab3096ded56971a1fa789fe22896ba35
client-connect: Move multi_client_connect_setenv into early_setup

This patch moves multi_client_connect_setenv into
multi_client_connect_early_setup and makes sure that every client-connect
handling function updates the virtual address selection.

Background: This unifies how the client-connect handling functions work.

Signed-off-by: Fabian Knittel <fabian.knittel@lettink.de>
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Patch V5: Rebase on master

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20200711093655.23686-4-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20288.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/multi.c