summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2022-07-29 15:08:47 +0200
committerDmitry V. Levin <ldv@strace.io>2022-07-31 21:03:01 +0000
commitbae2001139af65b609484959dc7ad1beadbc93e9 (patch)
tree8ef42639fc179b9cd506cd4df735dd1f43c261f3
parent2a9b12b135357b5a36b19bea8edf5795912ab601 (diff)
downloadstrace-bae2001139af65b609484959dc7ad1beadbc93e9.tar.gz
xlat: add DEVCONF_ACCEPT_UNTRACKED_NA to inet6_devconf_indices
* src/xlat/inet6_devconf_indices.in (DEVCONF_ACCEPT_UNTRACKED_NA): New constant, introduced by Linux commit v5.19-rc1~61^2~22. * NEWS: Mention it.
-rw-r--r--NEWS4
-rw-r--r--src/xlat/inet6_devconf_indices.in1
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 05c043760..ef0ac781c 100644
--- a/NEWS
+++ b/NEWS
@@ -15,8 +15,8 @@ Noteworthy changes in release ?.?? (????-??-??)
INET_DIAG_PROTOCOL, INET_DIAG_REQ_PROTOCOL, INET_DIAG_SHUTDOWN,
INET_DIAG_SK_BPF_STORAGES, INET_DIAG_SOCKOPT, and INET_DIAG_ULP_INFO
NETLINK_SOCK_DIAG netlink attributes.
- * Updated lists of FAN_MARK_*, GPIO_V2_LINE_FLAG_*, KEXEC_*, NET_IPV4_CONF_*,
- NT_*, and UFFD_FEATURE_* constants.
+ * Updated lists of DEVCONF_*, FAN_MARK_*, GPIO_V2_LINE_FLAG_*, KEXEC_*,
+ NET_IPV4_CONF_*, NT_*, and UFFD_FEATURE_* constants.
* Updated lists of ioctl commands from Linux 5.19.
* Bug fixes
diff --git a/src/xlat/inet6_devconf_indices.in b/src/xlat/inet6_devconf_indices.in
index a807118b1..d83db9351 100644
--- a/src/xlat/inet6_devconf_indices.in
+++ b/src/xlat/inet6_devconf_indices.in
@@ -56,3 +56,4 @@ DEVCONF_IOAM6_ENABLED 53
DEVCONF_IOAM6_ID 54
DEVCONF_IOAM6_ID_WIDE 55
DEVCONF_NDISC_EVICT_NOCARRIER 56
+DEVCONF_ACCEPT_UNTRACKED_NA 57