From 95c3f16174cf7b8efee1d95b94e00c4f56b6ec32 Mon Sep 17 00:00:00 2001 From: Pimyn Girgis Date: Thu, 18 Jul 2024 13:53:55 +0000 Subject: sys/linux: update socket_netlink_generic_gtp description file Accounted for added command and added fields in gtp_policy and gtp_genl_policy. Users can create GTP devices without providing IFLA_GTP_FD0 and IFLA_GTP_FD1 arguments, if IFLA_GTP_CREATE_SOCKETS field is set. --- sys/linux/socket_netlink.txt.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/socket_netlink.txt.const') diff --git a/sys/linux/socket_netlink.txt.const b/sys/linux/socket_netlink.txt.const index 6d6cd4a58..f5c5f1674 100644 --- a/sys/linux/socket_netlink.txt.const +++ b/sys/linux/socket_netlink.txt.const @@ -18,7 +18,7 @@ NETLINK_ISCSI = 8 NETLINK_KOBJECT_UEVENT = 15 NETLINK_LISTEN_ALL_NSID = 8 NETLINK_LIST_MEMBERSHIPS = 9 -NETLINK_MAX_ATTRIBUTES = 330 +NETLINK_MAX_ATTRIBUTES = 332 NETLINK_NETFILTER = 12 NETLINK_NFLOG = 5 NETLINK_NO_ENOBUFS = 5 -- cgit mrf-deployment