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_route.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/linux/socket_netlink_route.txt') diff --git a/sys/linux/socket_netlink_route.txt b/sys/linux/socket_netlink_route.txt index 1b9da553e..c22b0665b 100644 --- a/sys/linux/socket_netlink_route.txt +++ b/sys/linux/socket_netlink_route.txt @@ -297,8 +297,7 @@ ifla_info_policy [ ip6vti ifla_info_policy$t["ip6vti", IFLA_INFO_DATA, array[vti6_policy]] # TODO: this should be a net device fd. How does one even obtain these? ppp ifla_info_policy$t["ppp", IFLA_INFO_DATA, nlattr[IFLA_PPP_DEV_FD, fd]] -# This is not an array[gtp_policy] intentionally, gtp_policy is a struct. - gtp ifla_info_policy$t["gtp", IFLA_INFO_DATA, gtp_policy] + gtp ifla_info_policy$t["gtp", IFLA_INFO_DATA, array[gtp_policy]] hsr ifla_info_policy$t["hsr", IFLA_INFO_DATA, array[hsr_policy]] xfrm ifla_info_policy$t["xfrm", IFLA_INFO_DATA, array[xfrmi_policy]] vcan ifla_info_policy$t["vcan", IFLA_INFO_DATA, void] -- cgit mrf-deployment