Hi,

On 05/07/2022 14:32, Heiko Hund wrote:
On Freitag, 24. Juni 2022 10:38:06 CEST Antonio Quartulli wrote:
+int
+dco_del_key(dco_context_t *dco, unsigned int peerid, dco_key_slot_t slot)
+{
+    msg(D_DCO, "%s: peer-id %d, slot %d called but ignored", __func__,
peerid, +        slot);
+    /* FIXME: Implement in driver first */

Suppose this is not critical and the driver gets rid of keys itself?

Yeah, the dco-win driver does not offer the same API granularity because it does not want/need to cover all the usecases that linux does.

So yeah, this simply happens in kernel directly upon disconnection.

Cheers,






_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel


--
Antonio Quartulli


_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to