summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-09-06 08:00:00 +0000
committerDmitry V. Levin <ldv@altlinux.org>2020-09-06 08:00:00 +0000
commit54c3fa0522bc2feca83ca15e2bd0eaee3152947a (patch)
tree27b6ee9e1e905dba2179677130052f994fab2ebd
parentd1cf5d51479e095cd010fd2d5351ffbe0dbb6003 (diff)
downloadstrace-54c3fa0522bc2feca83ca15e2bd0eaee3152947a.tar.gz
xlat: update IFLA_* constants
* xlat/rtnl_link_attrs.in (IFLA_PROTO_DOWN_REASON): New constant introduced by Linux kernel commit v5.9-rc1~133^2~77. * NEWS: Mention this change.
-rw-r--r--NEWS2
-rw-r--r--xlat/rtnl_link_attrs.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 83c6aa737..987cfec27 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Noteworthy changes in release ?.? (????-??-??)
* Added -n/--syscall-number option for printing syscall numbers.
* Added --pidns-translation option for PID namespace translation.
* Implemented decoding of close_range syscall.
- * Updated lists of BPF_*, CAP_*, FAN_*, IP_*, and IPV6_* constants.
+ * Updated lists of BPF_*, CAP_*, FAN_*, IFLA_*, IP_*, and IPV6_* constants.
* Bug fixes
diff --git a/xlat/rtnl_link_attrs.in b/xlat/rtnl_link_attrs.in
index 9baf2d859..904494125 100644
--- a/xlat/rtnl_link_attrs.in
+++ b/xlat/rtnl_link_attrs.in
@@ -57,3 +57,4 @@ IFLA_MAX_MTU 51
IFLA_PROP_LIST 52
IFLA_ALT_IFNAME 53
IFLA_PERM_ADDRESS 54
+IFLA_PROTO_DOWN_REASON 55