On 2018-05-16 05:16, Gert Doering wrote:
This part will break routes that need to go over the LAN interface, not over the tap interface - namely, the /128 that is installed if you have overlapping v6-over-v6 setups (... if you have link-local next hops).
Are you sure it won't work? There's some code higher up in the function that appears to handle that case:
#ifndef _WIN32 if (r6->iface != NULL) /* vpn server special route */ { device = r6->iface; if (!IN6_IS_ADDR_UNSPECIFIED(&r6->gateway) ) { gateway_needed = true; } } #endif I'll test it on my build if you can point me towards an example...
So NAK on the patch "as is" - for the rest, I'll look into it next week.
Thanks! Scott ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel