Re: [Openvpn-devel] [PATCH 13/25] dco: implement dco support for p2p/client code path

2022-07-05 Thread Antonio Quartulli
Hi, On 05/07/2022 14:30, Heiko Hund wrote: On Freitag, 24. Juni 2022 10:37:57 CEST Antonio Quartulli wrote: +/* These inet_pton conversion are fatal since options.c already implements + * checks to have only valid addresses when setting the options */ +if

Re: [Openvpn-devel] [PATCH 13/25] dco: implement dco support for p2p/client code path

2022-07-05 Thread Heiko Hund
On Freitag, 24. Juni 2022 10:37:57 CEST Antonio Quartulli wrote: > +/* These inet_pton conversion are fatal since options.c already > implements > + * checks to have only valid addresses when setting the > options */ > +if (c->options.ifconfig_ipv6_remote) > +{ > +if

[Openvpn-devel] [PATCH 13/25] dco: implement dco support for p2p/client code path

2022-06-24 Thread Antonio Quartulli
With this change we introduce ovpn-dco support only along the p2p/client code path. Server codebase is still unchanged. Signed-off-by: Antonio Quartulli --- src/openvpn/dco.c | 90 +++ src/openvpn/dco.h | 48 +++