]> granicus.if.org Git - strace/commitdiff
xlat: update IFLA_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 5 Jan 2019 21:14:42 +0000 (21:14 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 5 Jan 2019 21:14:42 +0000 (21:14 +0000)
* xlat/rtnl_ifla_info_data_bridge_attrs.in (IFLA_BR_MULTI_BOOLOPT): New
constant introduced by Linux kernel commit v5.0-rc1~129^2~207^2~2.
* NEWS: Mention this.
* tests/nlattr_ifla_linkinfo.c (main): Update.

NEWS
tests/nlattr_ifla_linkinfo.c
xlat/rtnl_ifla_info_data_bridge_attrs.in

diff --git a/NEWS b/NEWS
index 6f62d7bf00854910a3d86a7f74f752ad2b33adb2..f2e1f8c7bea408f1f1e7bb4e2cd215285d24c82d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,8 @@ Noteworthy changes in release ?.?? (????-??-??)
 ===============================================
 
 * Improvements
-  * Updated lists of BPF_*, BTRFS_*, KERN_*, KVM_CAP_*, NDA_*, NETNSA_*, NT_*,
-    PR_*, SECCOMP_*, V4L2_*, and *_MAGIC constants.
+  * Updated lists of BPF_*, BTRFS_*, IFLA_*, KERN_*, KVM_CAP_*, NDA_*,
+    NETNSA_*, NT_*, PR_*, SECCOMP_*, V4L2_*, and *_MAGIC constants.
 
 * Bug fixes
   * Fixed strace-k test on alpha.
index 56aad584cb7c62e044db1407e8ca3c0a7b6ec7fc..a51392ab891ff23d4bfc550641abbab44df9ac49 100644 (file)
@@ -350,7 +350,7 @@ main(void)
                { 20, "IFLA_BR_GROUP_ADDR" },
                { 21, "IFLA_BR_FDB_FLUSH" },
                { 40, "IFLA_BR_PAD" },
-               { 46, "0x2e /* IFLA_BR_??? */" },
+               { 47, "0x2f /* IFLA_BR_??? */" },
        };
 
        for (size_t k = 0; k < ARRAY_SIZE(und_br_attrs); k++) {
index 8446100ad2a787383ed7ac80b1ccd0c1a9937434..87988471ea555c863a8e07695ce46b3936eeed6f 100644 (file)
@@ -45,3 +45,4 @@ IFLA_BR_MCAST_STATS_ENABLED           42
 IFLA_BR_MCAST_IGMP_VERSION             43
 IFLA_BR_MCAST_MLD_VERSION              44
 IFLA_BR_VLAN_STATS_PER_PORT            45
+IFLA_BR_MULTI_BOOLOPT                  46