Re: [Openvpn-devel] [PATCH] Specify platform and version on command line.

2018-04-17 Thread Micah Morton
@gert: Good point. We should be able to use UV_* variables to do what we need. Thanks! On Fri, Apr 13, 2018 at 4:24 PM, Arne Schwabe wrote: > Am 13.04.2018 um 19:23 schrieb Micah Morton: > > From 557d2e73bf21ddb9d07b43f716c7914d610e7392 Mon Sep 17 00:00:00 2001 > From: Micah Morton > Date: Fr

Re: [Openvpn-devel] [PATCH] Specify platform and version on command line.

2018-04-13 Thread Arne Schwabe
Am 13.04.2018 um 19:23 schrieb Micah Morton: > From 557d2e73bf21ddb9d07b43f716c7914d610e7392 Mon Sep 17 00:00:00 2001 > From: Micah Morton mailto:mort...@chromium.org>> > Date: Fri, 13 Apr 2018 09:55:22 -0700 > Subject: [PATCH] Specify platform and version on command line. > > Add --iv-plat and --i

Re: [Openvpn-devel] [PATCH] Specify platform and version on command line.

2018-04-13 Thread Gert Doering
Hi, On Fri, Apr 13, 2018 at 12:34:15PM -0700, Micah Morton wrote: > @gert: > > From the help message: "--setenv name value : Set a custom environmental > variable to pass to script." > > --setenv appears to set string values for scripts only, not for the main > openvpn process (which is reading

Re: [Openvpn-devel] [PATCH] Specify platform and version on command line.

2018-04-13 Thread Micah Morton
@gert: >From the help message: "--setenv name value : Set a custom environmental variable to pass to script." --setenv appears to set string values for scripts only, not for the main openvpn process (which is reading them in the push_peer_info() function). Starting a test openvpn server with `--s

Re: [Openvpn-devel] [PATCH] Specify platform and version on command line.

2018-04-13 Thread Gert Doering
Hi, On Fri, Apr 13, 2018 at 10:23:03AM -0700, Micah Morton wrote: > From 557d2e73bf21ddb9d07b43f716c7914d610e7392 Mon Sep 17 00:00:00 2001 > From: Micah Morton > Date: Fri, 13 Apr 2018 09:55:22 -0700 > Subject: [PATCH] Specify platform and version on command line. > > Add --iv-plat and --iv-plat

Re: [Openvpn-devel] [PATCH] Specify platform and version on command line.

2018-04-13 Thread Jonathan K. Bullard
Hi. On Fri, Apr 13, 2018 at 1:23 PM, Micah Morton wrote: > From 557d2e73bf21ddb9d07b43f716c7914d610e7392 Mon Sep 17 00:00:00 2001 > From: Micah Morton > Date: Fri, 13 Apr 2018 09:55:22 -0700 > Subject: [PATCH] Specify platform and version on command line. > > Add --iv-plat and --iv-plat-rel comm

[Openvpn-devel] [PATCH] Specify platform and version on command line.

2018-04-13 Thread Micah Morton
>From 557d2e73bf21ddb9d07b43f716c7914d610e7392 Mon Sep 17 00:00:00 2001 From: Micah Morton Date: Fri, 13 Apr 2018 09:55:22 -0700 Subject: [PATCH] Specify platform and version on command line. Add --iv-plat and --iv-plat-rel command line args, and use the values passed to these args to set IV_PLAT