Re: [Openvpn-devel] [PATCH 2/3] Trigger a USR1 if dco_update_keys fails

2022-12-13 Thread Antonio Quartulli
Hi, On 13/12/2022 23:54, Arne Schwabe wrote: When dco_update_keys fails, we are in some weird state that we are unlikely to recover since what userspace and kernel space think of the keys is very likely to not in sync anymore. So abandon the connection if this happens. Signed-off-by: Arne Schwa

[Openvpn-devel] [PATCH 2/3] Trigger a USR1 if dco_update_keys fails

2022-12-13 Thread Arne Schwabe
When dco_update_keys fails, we are in some weird state that we are unlikely to recover since what userspace and kernel space think of the keys is very likely to not in sync anymore. So abandon the connection if this happens. Signed-off-by: Arne Schwabe --- src/openvpn/dco.c | 15