Re: [Openvpn-devel] [S] Change in openvpn[master]: Minor fix to process_ip_header

2024-02-15 Thread Gianmarco De Gregori
6 flags, which are not something we need to test for here (= if only an IPv6 flag is active, why should we enter this branch?). I had the feeling that it was wrong in fact. Thanks for your feedback. Cheers -- Gianmarco De Gregori ___ Openvpn-devel mailing list

[Openvpn-devel] [PATCH v2] Persist-key: enable persist-key option by default.

2023-05-25 Thread Gianmarco De Gregori
This commit changes the default behavior of the OpenVPN configuration to enable the persist-key option by default. This means that all the key file content will be kept in memory throughout the lifetime of the VPN connection. Fixes: Trac #1405 Signed-off-by: Gianmarco De Gregori --- Changes

[Openvpn-devel] [PATCH] Persist-key: enable persist-key option by default.

2023-05-09 Thread Gianmarco De Gregori
This commit changes the default behavior of the OpenVPN configuration to enable the persist-key option by default. This means that all the key file content will be kept in memory throughout the lifetime of the VPN connection. Fixes: Trac #1405 Signed-off-by: Gianmarco De Gregori --- doc/man

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

2023-04-20 Thread Gianmarco De Gregori
platforms should be added in related backends. Fixes: Trac #1399 Signed-off-by: Gianmarco De Gregori --- Changes from v1: * Fixed parameters (metric and table_id) order in init_route_list() call in init.c : 1535. Changes from v2: * Add route_default_table_id to show_settings() in options.c

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

2023-04-18 Thread Gianmarco De Gregori
platforms should be added in related backends. Fixes: Trac #1399 Signed-off-by: Gianmarco De Gregori --- Changes from v1: * Fixed parameters (metric and table_id) order in init_route_list() call in init.c : 1535. Changes from v2: * Add route_default_table_id to show_settings() in options.c

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

2023-04-04 Thread Gianmarco De Gregori
platforms should be added in related backends. Signed-off-by: Gianmarco De Gregori --- Changes from v1: * Fixed parameters (metric and table_id) order in init_route_list() call in init.c : 1535. Changes from v2: * Add route_default_table_id to show_settings() in options.c : 1800. doc/man

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

2023-04-03 Thread Gianmarco De Gregori
platforms should be added in related backends. Signed-off-by: Gianmarco De Gregori --- Changes from v1: * fixed parameters (metric and table_id) order in init_route_list() call in init.c : 1535. doc/man-sections/vpn-network-options.rst | 16 +++- src/openvpn/helper.c | 1

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

2023-03-29 Thread Gianmarco De Gregori
platforms should be added in related backends. Signed-off-by: Gianmarco De Gregori --- doc/man-sections/vpn-network-options.rst | 16 +++- src/openvpn/helper.c | 1 + src/openvpn/init.c | 15 +++- src/openvpn/options.c| 44