Hi, On Wed, Nov 23, 2016 at 10:43:20PM -0500, Selva Nair wrote: > I see the following route addition error during SIGHUP restarts on Windows. > > Wed Nov 23 21:44:39 2016 add_route_ipv6(xxxx:xxxx:e001:3b08::/64 -> > xxxx:xxxx:e001:3b08::1001 metric 0) dev SanSel-VPN > Wed Nov 23 21:44:39 2016 ROUTE: route addition failed using service: The > object already exists. [status=5010 if_index=24] > Wed Nov 23 21:44:39 2016 IPv6 route addition via service failed > > I'm not familiar with the relevant code, but looks like the route added by > add_route_connected_v6_net() is not deleted on disconnect. Probably this > route doesn't make it into the route_list.
Right, the "locally connected" routes are set directly, bypassing the route_list infrastructure (for no particular reason than "it was easier to do that way, than to try to understand all the machinery involved" and I was not familiar with the code yet). Is this a fatal error (= openvpn ends), or just a nuisance? We should fix it in any case, but if this is just a nuisance in the logs, I'd treat it as a cosmetic bug and postpone for a few weeks. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany g...@greenie.muc.de fax: +49-89-35655025 g...@net.informatik.tu-muenchen.de
signature.asc
Description: PGP signature
------------------------------------------------------------------------------
_______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel