Re: [Openvpn-devel] [PATCH] Fix removal of on-link prefix on windows with netsh

2018-02-21 Thread Selva Nair
Hi, Hope this still can get in to 2.4.5 On Tue, Feb 20, 2018 at 11:00 AM, Gert Doering wrote: > When adding / removing IPv6 routes, the host bits need to be zeroed or > netsh.exe will refuse to handle the route. > > Commit a24dd2e31 changed the way this is done, breaking removal of > the on-link

[Openvpn-devel] [PATCH] Fix removal of on-link prefix on windows with netsh

2018-02-21 Thread Gert Doering
When adding / removing IPv6 routes, the host bits need to be zeroed or netsh.exe will refuse to handle the route. Commit a24dd2e31 changed the way this is done, breaking removal of the on-link IPv6 prefix for windows + netsh.exe. Fix by adding explicitly calling route_ipv6_clear_host_bits() from