summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2021-03-25 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2021-03-25 08:00:00 +0000
commit45d6b3d326ca587004a84c3da45c1cd807cabceb (patch)
tree1460a2e1d9adab7bb1e21c4aca1da4a6ab04a346
parent2fd100d02c4d921138cd6917403b1fd6d2e3a573 (diff)
downloadstrace-45d6b3d326ca587004a84c3da45c1cd807cabceb.tar.gz
xlat: update DEVCONF_* constants
* src/xlat/inet6_devconf_indices.in (DEVCONF_RPL_SEG_ENABLED): New constant introduced by Linux kernel commit v5.7-rc1~146^2~38^2~2. (DEVCONF_RA_DEFRTR_METRIC): New constant introduced by Linux kernel commit v5.12-rc1~200^2~246. * NEWS: Mention this change.
-rw-r--r--NEWS2
-rw-r--r--src/xlat/inet6_devconf_indices.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a24959cfa..9e2b6577f 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Noteworthy changes in release ?.?? (????-??-??)
* Improvements
* Updated decoding of IFLA_BRPORT_* netlink attributes to match Linux 5.12.
- * Updated the list of IORING_* constants.
+ * Updated lists of DEVCONF_* and IORING_* constants.
* Bug fixes
* Fixed build using bionic libc.
diff --git a/src/xlat/inet6_devconf_indices.in b/src/xlat/inet6_devconf_indices.in
index 89efe7fbf..952fcb1f6 100644
--- a/src/xlat/inet6_devconf_indices.in
+++ b/src/xlat/inet6_devconf_indices.in
@@ -50,3 +50,5 @@ DEVCONF_ADDR_GEN_MODE 47
DEVCONF_DISABLE_POLICY 48
DEVCONF_ACCEPT_RA_RT_INFO_MIN_PLEN 49
DEVCONF_NDISC_TCLASS 50
+DEVCONF_RPL_SEG_ENABLED 51
+DEVCONF_RA_DEFRTR_METRIC 52