[Openvpn-devel] [PATCH] Fix directly connected routes for "topology subnet" on Solaris.

2013-03-26 Thread Gert Doering
This basically brings back the previously-working metric setting for directly connected routes (add a "0" to the "route add" command) on Solaris/OpenSolaris. It was working in f0eac1a59790, and got broken by the route.c/route.h refactoring in 576dc96ca1ef1 - the patch un-does that change to the TA

Re: [Openvpn-devel] [PATCH] Fix directly connected routes for "topology subnet" on Solaris.

2013-03-26 Thread Josh Cepek
On 3/26/2013 11:09, Gert Doering wrote: > This basically brings back the previously-working metric setting for > directly connected routes (add a "0" to the "route add" command) on > Solaris/OpenSolaris. It was working in f0eac1a59790, and got broken > by the route.c/route.h refactoring in 576dc96