Gert Doering wrote:

> On Mon, Nov 08, 2010 at 11:14:55AM +0100, David Bala?ic wrote:
> > PS: Who must I sleep with to accept a patch?
> 
> Which patch is that?

For the "redirect-gatewy not working when using PPP" problem (Linux only, I 
think),
reported by some users. It has a long history...
I sent a patch for 2.0 (IIRC), then for 2.1-dev, then I did
some git stuff when OpenVPN started to use git.

The gist of it is:

# for redirect-gateway
IF gateway is device
THEN # this is new
  route add ... dev pppX
ELSE # same as existing code
 route add ... via 1.2.3.4

The patch involves changing the route command (2 types, Linux only),
detecting the gateway type and passing the data from one part of
code to other (detecting to setting).

It is trivial (if I could do it... ;) ).

Regards,
David

Reply via email to