From 95e1e717ac5c1167efb6c6f72af7c88eac135f56 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Thu, 1 Nov 2018 17:34:10 +0100 Subject: [PATCH] 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 --- NEWS | 4 ++-- xlat/rtnl_addr_attrs.in | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0039d27f..9fccddad 100644 --- 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 diff --git a/xlat/rtnl_addr_attrs.in b/xlat/rtnl_addr_attrs.in index cc81a7f5..747a1c7d 100644 --- a/xlat/rtnl_addr_attrs.in +++ b/xlat/rtnl_addr_attrs.in @@ -8,3 +8,4 @@ IFA_CACHEINFO 6 IFA_MULTICAST 7 IFA_FLAGS 8 IFA_RT_PRIORITY 9 +IFA_TARGET_NETNSID 10 -- 2.40.0