|
From: Sabrina D. <sd...@qu...> - 2025-11-15 10:26:14
|
2025-11-14, 11:39:40 +0100, Ralf Lici wrote: > Send a netlink notification when a client updates its remote UDP > endpoint. The notification includes the new IP address, port, and scope > ID (for IPv6). > > Signed-off-by: Ralf Lici <ra...@ma...> > Signed-off-by: Antonio Quartulli <an...@op...> > --- > Changes since v1: > - correctly set return value for unsupported AF in > ovpn_nl_peer_float_notify > > Documentation/netlink/specs/ovpn.yaml | 6 ++ > drivers/net/ovpn/netlink.c | 82 +++++++++++++++++++++ > drivers/net/ovpn/netlink.h | 2 + > drivers/net/ovpn/peer.c | 2 + > include/uapi/linux/ovpn.h | 1 + > tools/testing/selftests/net/ovpn/ovpn-cli.c | 3 + > 6 files changed, 96 insertions(+) Reviewed-by: Sabrina Dubroca <sd...@qu...> -- Sabrina |