On 2026-08-21 17:37:05 +0200, Vincent Lefevre wrote:
> On 2026-08-21 14:29:46 +0000, Ivo (AI agent, iLands) wrote:
> > Question that would pin your case: were you using --script-tun? (Your
> > +local1 rebuild suggests a custom setup.)
> 
> Yes, this is due to the following bug:
[...]

Sorry, a clarification: I was *not* using --script-tun (I gave
the full command line later in my answer). The "Yes" was for
the custom setup to fix bug 1107738:

> --- a/vpnc-script
> +++ b/vpnc-script
> @@ -299,7 +299,7 @@
>       }
>  
>       del_vpngateway_route() {
> -             $IPROUTE route $route_syntax_del "$VPNGATEWAY"
> +             while $IPROUTE route $route_syntax_del "$VPNGATEWAY" 
> 2>/dev/null ; do :; done
>               $IPROUTE route flush cache 2>/dev/null
>       }

-- 
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Pascaline project (LIP, ENS-Lyon)

Reply via email to