Re: [Openvpn-devel] [PATCH] Fix environment variables for p2mp-assigned IPv6 addresses.

2020-07-15 Thread Gert Doering
Hi, On Wed, Jul 15, 2020 at 01:31:32PM +0200, Gert Doering wrote: > commit a8f8b926718 introduces $ENV{ifconfig_pool_local_ip6} and > $ENV{ifconfig_pool_remote_ip6}, but instead of properly setting them, > the code overwrites the IPv4 variables, $ENV{ifconfig_pool_remote} > and

Re: [Openvpn-devel] [PATCH] Fix environment variables for p2mp-assigned IPv6 addresses.

2020-07-15 Thread Arne Schwabe
Am 15.07.20 um 13:31 schrieb Gert Doering: > commit a8f8b926718 introduces $ENV{ifconfig_pool_local_ip6} and > $ENV{ifconfig_pool_remote_ip6}, but instead of properly setting them, > the code overwrites the IPv4 variables, $ENV{ifconfig_pool_remote} > and $ENV{ifconfig_pool_local}. > > Trivial

[Openvpn-devel] [PATCH] Fix environment variables for p2mp-assigned IPv6 addresses.

2020-07-15 Thread Gert Doering
commit a8f8b926718 introduces $ENV{ifconfig_pool_local_ip6} and $ENV{ifconfig_pool_remote_ip6}, but instead of properly setting them, the code overwrites the IPv4 variables, $ENV{ifconfig_pool_remote} and $ENV{ifconfig_pool_local}. Trivial fix. Signed-off-by: Gert Doering ---