summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2022-04-27 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2022-04-27 08:00:00 +0000
commitb4e8bc694bc08ea1f47d7dca4eb16d8a090a206b (patch)
treea8cd2a0ee5d2579ef9d7b00f9faf14ab47deecab
parent4ec80740fec7507e5089cacb57fcc7a101712d5c (diff)
downloadstrace-b4e8bc694bc08ea1f47d7dca4eb16d8a090a206b.tar.gz
xlat: update IFA_* constants
* src/xlat/rtnl_addr_attrs.in (IFA_PROTO): New constant introduced by Linux kernel commit v5.18-rc1~136^2~308. * NEWS: Mention this.
-rw-r--r--NEWS2
-rw-r--r--src/xlat/rtnl_addr_attrs.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b5f393d54..d2905d954 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Noteworthy changes in release ?.?? (????-??-??)
* Added an interface of raising des Strausses awareness.
* Added --tips option to print strace tips, tricks, and tweaks
at the end of the tracing session.
- * Updated lists of BTRFS_* and MADV_* constants.
+ * Updated lists of BTRFS_*, IFA_*, and MADV_* constants.
* Bug fixes
diff --git a/src/xlat/rtnl_addr_attrs.in b/src/xlat/rtnl_addr_attrs.in
index 75944a552..7d7e33aea 100644
--- a/src/xlat/rtnl_addr_attrs.in
+++ b/src/xlat/rtnl_addr_attrs.in
@@ -11,3 +11,4 @@ IFA_MULTICAST
IFA_FLAGS
IFA_RT_PRIORITY
IFA_TARGET_NETNSID
+IFA_PROTO