Re: [Openvpn-devel] [PATCH v3] Route: add support for user defined routing table

2023-04-14 Thread gianmarco
Hi, -Original Message- From: Frank Lichtenheld Sent: giovedì 13 aprile 2023 16:19 To: Gert Doering Cc: Gianmarco De Gregori ; openvpn-devel@lists.sourceforge.net Subject: Re: [Openvpn-devel] [PATCH v3] Route: add support for user defined routing table On Thu, Apr 13, 2023 at 04:12

Re: [Openvpn-devel] [PATCH v3] Route: add support for user defined routing table

2023-04-13 Thread Frank Lichtenheld
On Thu, Apr 13, 2023 at 04:12:32PM +0200, Gert Doering wrote: > Hi, > > On Tue, Apr 04, 2023 at 10:32:26AM +0200, Gianmarco De Gregori wrote: > > diff --git a/src/openvpn/route.c b/src/openvpn/route.c > > index 3798bc65..00419dce 100644 > > --- a/src/openvpn/route.c > > +++ b/src/openvpn/route.c

Re: [Openvpn-devel] [PATCH v3] Route: add support for user defined routing table

2023-04-13 Thread Gert Doering
Hi, On Tue, Apr 04, 2023 at 10:32:26AM +0200, Gianmarco De Gregori wrote: > diff --git a/src/openvpn/route.c b/src/openvpn/route.c > index 3798bc65..00419dce 100644 > --- a/src/openvpn/route.c > +++ b/src/openvpn/route.c > @@ -325,7 +325,6 @@ init_route(struct route_ipv4 *r, > > CLEAR(*r);

Re: [Openvpn-devel] [PATCH v3] Route: add support for user defined routing table

2023-04-13 Thread Frank Lichtenheld
On Tue, Apr 04, 2023 at 10:32:26AM +0200, Gianmarco De Gregori wrote: > Add the ability for users to specify a custom > routing table where routes should be installed in. > As of now routes are always installed in the main > routing table of the operating system, however, > with the new

[Openvpn-devel] [PATCH v3] Route: add support for user defined routing table

2023-04-04 Thread Gianmarco De Gregori
Add the ability for users to specify a custom routing table where routes should be installed in. As of now routes are always installed in the main routing table of the operating system, however, with the new --route-table option it is possibile to specify the ID of the default routing table to be