aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_netlink_route_arm64.const
diff options
context:
space:
mode:
authorAlbert van der Linde <alinde@google.com>2020-07-20 07:09:54 +0000
committerDmitry Vyukov <dvyukov@google.com>2020-07-22 16:28:44 +0200
commitabbd98bb918e392d3fe8bb12c9cbf8bd04e0f6a9 (patch)
tree949667b3e0f55eb739518638859f7837c63e41d4 /sys/linux/socket_netlink_route_arm64.const
parent128cd85fcc53fac52ce385b48d1db730104633f2 (diff)
sys/linux: add descriptions for RTM_(NEW|DEL|GET)LINKPROP
https://elixir.bootlin.com/linux/latest/source/net/core/rtnetlink.c#L5565
Diffstat (limited to 'sys/linux/socket_netlink_route_arm64.const')
-rw-r--r--sys/linux/socket_netlink_route_arm64.const2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/socket_netlink_route_arm64.const b/sys/linux/socket_netlink_route_arm64.const
index b13b0a7bd..7249d609a 100644
--- a/sys/linux/socket_netlink_route_arm64.const
+++ b/sys/linux/socket_netlink_route_arm64.const
@@ -453,6 +453,7 @@ RTA_UID = 25
RTA_VIA = 18
RTM_DELADDR = 21
RTM_DELLINK = 17
+RTM_DELLINKPROP = 109
RTM_DELNEIGH = 29
RTM_DELROUTE = 25
RTM_DELRULE = 33
@@ -475,6 +476,7 @@ RTM_GETRULE = 34
RTM_GETSTATS = 94
RTM_NEWADDR = 20
RTM_NEWLINK = 16
+RTM_NEWLINKPROP = 108
RTM_NEWNEIGH = 28
RTM_NEWNSID = 88
RTM_NEWROUTE = 24