Hi, On Tue, May 15, 2018 at 06:01:41PM -0700, Scott Shambarger via Openvpn-devel wrote: > - if (r6->iface != NULL && gateway_needed > + if (gateway_needed > && IN6_IS_ADDR_LINKLOCAL(&r6->gateway) ) /* > fe80::...%intf */ > { > - int len = strlen(gateway) + 1 + strlen(r6->iface)+1; > + int len = strlen(gateway) + 1 + strlen(device)+1;
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). So NAK on the patch "as is" - for the rest, I'll look into it next week. gert -- "If was one thing all people took for granted, was conviction that if you feed honest figures into a computer, honest figures come out. Never doubted it myself till I met a computer with a sense of humor." Robert A. Heinlein, The Moon is a Harsh Mistress Gert Doering - Munich, Germany g...@greenie.muc.de
signature.asc
Description: PGP signature
------------------------------------------------------------------------------ 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