summaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorRalf Lici <ralf@mandelbit.com>2025-11-14 11:39:40 +0100
committerAntonio Quartulli <antonio@openvpn.net>2026-03-17 11:08:55 +0100
commitc841b676da98638f5ed8d3f2f449ddd02d9921aa (patch)
tree0a18815016eeb210fce1982c765e9de6ea6ca0e0 /include/uapi/linux
parent4a6480599ce1aef2235152e16215cc68962e9416 (diff)
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>
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/ovpn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/ovpn.h b/include/uapi/linux/ovpn.h
index 959b41def61f..0cce0d58b830 100644
--- a/include/uapi/linux/ovpn.h
+++ b/include/uapi/linux/ovpn.h
@@ -100,6 +100,7 @@ enum {
OVPN_CMD_KEY_SWAP,
OVPN_CMD_KEY_SWAP_NTF,
OVPN_CMD_KEY_DEL,
+ OVPN_CMD_PEER_FLOAT_NTF,
__OVPN_CMD_MAX,
OVPN_CMD_MAX = (__OVPN_CMD_MAX - 1)