Hi, On Fri, Apr 26, 2013 at 09:54:03PM +0200, Arne Schwabe wrote: > diff --git a/src/openvpn/init.c b/src/openvpn/init.c > index 979ba23..f08583b 100644 > --- a/src/openvpn/init.c > +++ b/src/openvpn/init.c [..] > - if (!c->options.route_delay_defined) > + if ((ifconfig_order() == ROUTE_AFTER_TUN) && > (!c->options.route_delay_defined))
uh...? ifconfig_order() again?
> - if (c->options.route_delay_defined)
> + if ((ifconfig_order() == ROUTE_AFTER_TUN) &&
> c->options.route_delay_defined)
And here.
gert
--
USENET is *not* the non-clickable part of WWW!
//www.muc.de/~gert/
Gert Doering - Munich, Germany [email protected]
fax: +49-89-35655025 [email protected]
pgpIYlFt_vCp8.pgp
Description: PGP signature
