xlat: add IFA_TARGET_NETNSID to rtnl_addr_attrs

* 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>
This commit is contained in:
Eugene Syromyatnikov 2018-11-01 17:34:10 +01:00 committed by Dmitry V. Levin
parent e3d913d5fb
commit 95e1e717ac
2 changed files with 3 additions and 2 deletions

4
NEWS
View File

@ -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

View File

@ -8,3 +8,4 @@ IFA_CACHEINFO 6
IFA_MULTICAST 7
IFA_FLAGS 8
IFA_RT_PRIORITY 9
IFA_TARGET_NETNSID 10