Re: [Openvpn-devel] [PATCH] p2p/dco: renew peer in P2P mode upon reconnection

2022-09-19 Thread Antonio Quartulli
Hi, On 19/09/2022 16:47, Frank Lichtenheld wrote: On Mon, Sep 19, 2022 at 04:17:57PM +0200, Antonio Quartulli wrote: In P2P mode when the peer reconnects we have to renew the state in DCO in order to inform it about the new peer-id. Cc: Arne Schwabe Signed-off-by: Antonio Quartulli ---

Re: [Openvpn-devel] [PATCH] p2p/dco: renew peer in P2P mode upon reconnection

2022-09-19 Thread Frank Lichtenheld
On Mon, Sep 19, 2022 at 04:17:57PM +0200, Antonio Quartulli wrote: > In P2P mode when the peer reconnects we have to renew the state in DCO > in order to inform it about the new peer-id. > > Cc: Arne Schwabe > Signed-off-by: Antonio Quartulli > --- > src/openvpn/forward.c | 2 +- >

[Openvpn-devel] [PATCH] p2p/dco: renew peer in P2P mode upon reconnection

2022-09-19 Thread Antonio Quartulli
In P2P mode when the peer reconnects we have to renew the state in DCO in order to inform it about the new peer-id. Cc: Arne Schwabe Signed-off-by: Antonio Quartulli --- src/openvpn/forward.c | 2 +- src/openvpn/ssl.c | 42 +- src/openvpn/ssl.h