Re: [Openvpn-devel] [PATCH v2 11/25] dco: split option parsing routines

2022-08-02 Thread Gert Doering
Hi, On Thu, Jul 28, 2022 at 09:47:33PM +0200, Antonio Quartulli wrote: > DCO will try to install keys upon generating them, however, this happens > when parsing pushed cipher options (due to NCP). > > For this reason we need to postpone parsing pushed cipher options to *after* > the tunnel interf

[Openvpn-devel] [PATCH v2 11/25] dco: split option parsing routines

2022-07-28 Thread Antonio Quartulli
DCO will try to install keys upon generating them, however, this happens when parsing pushed cipher options (due to NCP). For this reason we need to postpone parsing pushed cipher options to *after* the tunnel interface has been opened, otherwise we would have no DCO netdev object to operate on.