Re: [Openvpn-devel] [PATCH v9 05/25] dco: let open_tun_generic handle the DCO case

2022-07-14 Thread Gert Doering
Hi, On Tue, Jul 12, 2022 at 11:46:42PM +0200, Antonio Quartulli wrote: > open_tun_generic already contains the logic required to find a device > name when not specified b the user. For this reason the DCO case can > easily leverage on function and avoid code duplication. > > Signed-off-by: Antoni

[Openvpn-devel] [PATCH v9 05/25] dco: let open_tun_generic handle the DCO case

2022-07-12 Thread Antonio Quartulli
open_tun_generic already contains the logic required to find a device name when not specified b the user. For this reason the DCO case can easily leverage on function and avoid code duplication. Signed-off-by: Antonio Quartulli --- Changes from v8: * remove disabling DCO from within do_open_tun(