Re: [Openvpn-devel] [PATCH 03/25] dco: use specific metric when installing routes

2022-06-27 Thread Arne Schwabe
Am 24.06.22 um 10:37 schrieb Antonio Quartulli: When using DCO iroutes and routes all live in the same routing table, However, the latter should always come after the former. for this reason assign a default metric of 200 to routes. iroutes will later get a metric of 100. Can you also add docu

[Openvpn-devel] [PATCH 03/25] dco: use specific metric when installing routes

2022-06-24 Thread Antonio Quartulli
When using DCO iroutes and routes all live in the same routing table, However, the latter should always come after the former. for this reason assign a default metric of 200 to routes. iroutes will later get a metric of 100. Signed-off-by: Antonio Quartulli --- src/openvpn/dco.h | 2 ++ src/o