aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_netlink_generic_gtp.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-01-12 15:00:33 +0100
committerAleksandr Nogikh <wp32pw@gmail.com>2022-01-13 17:03:25 +0100
commit2257505bcf725a8d7e70611196bb09dad4538827 (patch)
tree1f56edef63745a18bae5449676e03328afcf8c7e /sys/linux/socket_netlink_generic_gtp.txt
parent4b0229115958fea4fb48302ee17980f6a0bb859d (diff)
sys/linux: change netlink policies to the new $ convention
Diffstat (limited to 'sys/linux/socket_netlink_generic_gtp.txt')
-rw-r--r--sys/linux/socket_netlink_generic_gtp.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/socket_netlink_generic_gtp.txt b/sys/linux/socket_netlink_generic_gtp.txt
index 287065d87..3f085e4e9 100644
--- a/sys/linux/socket_netlink_generic_gtp.txt
+++ b/sys/linux/socket_netlink_generic_gtp.txt
@@ -36,10 +36,10 @@ gtp_genl_policy [
gtp_policy {
IFLA_GTP_FD0 nlattr[IFLA_GTP_FD0, sock_udp]
IFLA_GTP_FD1 nlattr[IFLA_GTP_FD1, sock_udp]
- var array[gtp_policy_var]
+ var array[gtp_policy$var]
}
-gtp_policy_var [
+gtp_policy$var [
IFLA_GTP_FD0 nlattr[IFLA_GTP_FD0, sock_udp6]
IFLA_GTP_FD1 nlattr[IFLA_GTP_FD1, sock_udp6]
IFLA_GTP_PDP_HASHSIZE nlattr[IFLA_GTP_PDP_HASHSIZE, int32]