diff options
| author | Albert van der Linde <alinde@google.com> | 2020-07-20 07:09:54 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-07-22 16:28:44 +0200 |
| commit | abbd98bb918e392d3fe8bb12c9cbf8bd04e0f6a9 (patch) | |
| tree | 949667b3e0f55eb739518638859f7837c63e41d4 /sys/linux/socket_netlink_route_amd64.const | |
| parent | 128cd85fcc53fac52ce385b48d1db730104633f2 (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_amd64.const')
| -rw-r--r-- | sys/linux/socket_netlink_route_amd64.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/socket_netlink_route_amd64.const b/sys/linux/socket_netlink_route_amd64.const index e3d867c28..7d2853825 100644 --- a/sys/linux/socket_netlink_route_amd64.const +++ b/sys/linux/socket_netlink_route_amd64.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 |
