summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2022-01-08 08:08:00 +0000
committerDmitry V. Levin <ldv@strace.io>2022-01-08 08:08:00 +0000
commit301ef6aaa5dfd63a444577505a952d5b4b35805b (patch)
tree8420db23a75fca8e587dd08c8aafc4cee6ea9dd9
parentb1c2fd53f2f33ffdd380059dda0b49de7194bdf5 (diff)
downloadstrace-301ef6aaa5dfd63a444577505a952d5b4b35805b.tar.gz
xlat: update NDA_* constants
* src/xlat/rtnl_neigh_attrs.in (NDA_FLAGS_EXT): New constant introduced by Linux kernel commit v5.16-rc1~159^2~222^2~1. * NEWS: Mention this change.
-rw-r--r--NEWS2
-rw-r--r--src/xlat/rtnl_neigh_attrs.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 36d1db1c6..759e4c55f 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ Noteworthy changes in release ?.?? (????-??-??)
bpf syscall commands.
* Enhanced decoding of BTRFS_IOC_FS_INFO ioctl command.
* Updated lists of AUDIT_*, BPF_*, BTRFS_*, DEVCONF_*, FAN_*, ETH_P_*,
- IPV4_DEVCONF_*, KVM_*, SO_*, and V4L2_* constants.
+ IPV4_DEVCONF_*, KVM_*, NDA_*, SO_*, and V4L2_* constants.
* Updated lists of ioctl commands from Linux 5.16.
* Bug fixes
diff --git a/src/xlat/rtnl_neigh_attrs.in b/src/xlat/rtnl_neigh_attrs.in
index 6bcecc39d..5c122d942 100644
--- a/src/xlat/rtnl_neigh_attrs.in
+++ b/src/xlat/rtnl_neigh_attrs.in
@@ -15,3 +15,4 @@ NDA_SRC_VNI
NDA_PROTOCOL
NDA_NH_ID
NDA_FDB_EXT_ATTRS
+NDA_FLAGS_EXT