From: Eugene Syromyatnikov Date: Thu, 1 Nov 2018 16:34:10 +0000 (+0100) Subject: xlat: add IFA_TARGET_NETNSID to rtnl_addr_attrs X-Git-Tag: v4.26~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95e1e717ac5c1167efb6c6f72af7c88eac135f56;p=strace 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 --- 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