aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_netlink_route.txt.const
diff options
context:
space:
mode:
authorPaul Chaignon <paul@isovalent.com>2022-01-02 21:53:44 +0100
committerDmitry Vyukov <dvyukov@google.com>2022-01-03 15:47:45 +0100
commitbb544272e852bc68f903d1cb0b69180040d49dc5 (patch)
treea9e4eff2c93a6aaf197e2c1e65a6e0478022ecb5 /sys/linux/socket_netlink_route.txt.const
parente1768e9c12f6025bdcfe8a957808608d499692b8 (diff)
sys/linux: describe NDA_FLAGS_EXT netlink attribute
The NDA_FLAGS_EXT netlink attribute was added upstream in commit v5.16-rc1~159^2~222^2~1, to allow for new neighbor flags. The only such flag currently supported is NTF_EXT_MANAGED. Signed-off-by: Paul Chaignon <paul@isovalent.com>
Diffstat (limited to 'sys/linux/socket_netlink_route.txt.const')
-rw-r--r--sys/linux/socket_netlink_route.txt.const2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/socket_netlink_route.txt.const b/sys/linux/socket_netlink_route.txt.const
index b886c5a8a..53744c244 100644
--- a/sys/linux/socket_netlink_route.txt.const
+++ b/sys/linux/socket_netlink_route.txt.const
@@ -458,6 +458,7 @@ MPLS_IPTUNNEL_DST = 1
MPLS_IPTUNNEL_TTL = 2
NDA_CACHEINFO = 3
NDA_DST = 1
+NDA_FLAGS_EXT = 15
NDA_IFINDEX = 8
NDA_LINK_NETNSID = 10
NDA_LLADDR = 2
@@ -509,6 +510,7 @@ NHA_ID = 1
NHA_MASTER = 10
NHA_OIF = 5
NTF_EXT_LEARNED = 16
+NTF_EXT_MANAGED = 1
NTF_MASTER = 4
NTF_OFFLOADED = 32
NTF_PROXY = 8