Re: [PATCH net-next v23 18/23] ovpn: implement peer add/get/dump/delete via netlink

2025-03-17 Thread Antonio Quartulli
On 17/03/2025 13:47, Sabrina Dubroca wrote: Hello, A few comments since it seems you'll have to send one more version (otherwise they could be fixed later). 2025-03-12, 21:54:27 +0100, Antonio Quartulli wrote: diff --git a/drivers/net/ovpn/netlink.c b/drivers/net/ovpn/netlink.c index 8d267d4c

Re: [PATCH net-next v23 18/23] ovpn: implement peer add/get/dump/delete via netlink

2025-03-17 Thread Sabrina Dubroca
Hello, A few comments since it seems you'll have to send one more version (otherwise they could be fixed later). 2025-03-12, 21:54:27 +0100, Antonio Quartulli wrote: > diff --git a/drivers/net/ovpn/netlink.c b/drivers/net/ovpn/netlink.c > index > 8d267d4c82283d9b5f989478102086ce385195d5..407b5b9

[PATCH net-next v23 18/23] ovpn: implement peer add/get/dump/delete via netlink

2025-03-12 Thread Antonio Quartulli
This change introduces the netlink command needed to add, delete and retrieve/dump known peers. Userspace is expected to use these commands to handle known peer lifecycles. Signed-off-by: Antonio Quartulli --- drivers/net/ovpn/netlink.c | 677 - driver