]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ovpn: notify userspace on client float event
authorRalf Lici <ralf@mandelbit.com>
Fri, 14 Nov 2025 10:39:40 +0000 (11:39 +0100)
committerAntonio Quartulli <antonio@openvpn.net>
Tue, 17 Mar 2026 10:08:55 +0000 (11:08 +0100)
commitc841b676da98638f5ed8d3f2f449ddd02d9921aa
tree0a18815016eeb210fce1982c765e9de6ea6ca0e0
parent4a6480599ce1aef2235152e16215cc68962e9416
ovpn: notify userspace on client float event

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).

Cc: linux-kselftest@vger.kernel.org
Cc: horms@kernel.org
Cc: shuah@kernel.org
Cc: donald.hunter@gmail.com
Signed-off-by: Ralf Lici <ralf@mandelbit.com>
Signed-off-by: Antonio Quartulli <antonio@openvpn.net>
Reviewed-by: Sabrina Dubroca <sd@queasysnail.net>
Documentation/netlink/specs/ovpn.yaml
drivers/net/ovpn/netlink.c
drivers/net/ovpn/netlink.h
drivers/net/ovpn/peer.c
include/uapi/linux/ovpn.h
tools/testing/selftests/net/ovpn/ovpn-cli.c