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

2025-06-22 Thread Gert Doering
Thanks, Gianmarco for persisting, and apologies that it took so long. This is one of the features that do not really cost us much to maintain, because (recent versions of the patch, at least ;-) ) this is very lightweight and very non-intrusive - SITNL always had the code to deal with table-IDs, w

[Openvpn-devel] [M] Change in openvpn[master]: Route: add support for user defined routing table

2025-06-22 Thread cron2 (Code Review)
cron2 has uploaded a new patch set (#10) to the change originally created by its_Giaan. ( http://gerrit.openvpn.net/c/openvpn/+/524?usp=email ) The following approvals got outdated and were removed: Code-Review+2 by cron2 Change subject: Route: add support for user defined routing table ...

[Openvpn-devel] [M] Change in openvpn[master]: Route: add support for user defined routing table

2025-06-22 Thread cron2 (Code Review)
Attention is currently required from: flichtenheld, its_Giaan, plaisthos. cron2 has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/524?usp=email ) Change subject: Route: add support for user defined routing table ..

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

2025-06-22 Thread Gert Doering
From: 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

[Openvpn-devel] [M] Change in openvpn[master]: Route: add support for user defined routing table

2025-06-22 Thread cron2 (Code Review)
Attention is currently required from: flichtenheld, its_Giaan, plaisthos. cron2 has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/524?usp=email ) Change subject: Route: add support for user defined routing table ..

[Openvpn-devel] [M] Change in openvpn[master]: Route: add support for user defined routing table

2025-06-22 Thread cron2 (Code Review)
cron2 has submitted this change. ( http://gerrit.openvpn.net/c/openvpn/+/524?usp=email ) Change subject: Route: add support for user defined routing table .. Route: add support for user defined routing table Add the ability for