]> granicus.if.org Git - strace/commitdiff
xlat: add IFA_TARGET_NETNSID to rtnl_addr_attrs
authorEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 1 Nov 2018 16:34:10 +0000 (17:34 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 26 Dec 2018 01:59:38 +0000 (01:59 +0000)
* xlat/rtnl_addr_attrs.in (IFA_TARGET_NETNSID): New constant, introduced
by Linux commit v4.20-rc1~14^2~428^2~7.
* NEWS: Mention this.

Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
NEWS
xlat/rtnl_addr_attrs.in

diff --git a/NEWS b/NEWS
index 0039d27f40f5f348d9011460d0c78761b99f0b2d..9fccddada7eaec18e12fc7a58df20fd73907cdd6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,8 +23,8 @@ Noteworthy changes in release ?.?? (????-??-??)
   * Enhanced decoding of getsockopt SO_ERROR option.
   * Enhanced error diagnostics when the first exec fails.
   * Added %net as a short form of %network in syscall specifications.
-  * Updated lists of BPF_*, FAN_*, IFLA_*, NETLINK_*, NTF_*, SOL_*, and TCA_*
-    constants.
+  * Updated lists of BPF_*, FAN_*, IFA_*, IFLA_*, NETLINK_*, NTF_*, SOL_*,
+    and TCA_* constants.
   * Enhanced manual page.
 
 * Bug fixes
index cc81a7f58bc6590fc3e7efa4c1b1f3f0288e0a33..747a1c7db20610e9ab030ef34826488afb9677c9 100644 (file)
@@ -8,3 +8,4 @@ IFA_CACHEINFO           6
 IFA_MULTICAST          7
 IFA_FLAGS              8
 IFA_RT_PRIORITY                9
+IFA_TARGET_NETNSID     10