]> granicus.if.org Git - strace/commitdiff
Update the list of INET_DIAG_BC_* operators
authorEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 15 Feb 2018 18:55:16 +0000 (19:55 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 27 Feb 2018 13:14:38 +0000 (13:14 +0000)
* linux/inet_diag.h (INET_DIAG_BC_S_EQ, INET_DIAG_BC_D_EQ): New
enumeration items introduced by linux kernel commit v4.16-rc1~123^2~259.
* xlat/inet_diag_bytecodes.in (INET_DIAG_BC_S_EQ, INET_DIAG_BC_D_EQ): New
constants.
* NEWS: Mention it.

NEWS
linux/inet_diag.h
xlat/inet_diag_bytecodes.in

diff --git a/NEWS b/NEWS
index 6123ca08b4f9906662e40e13e9a6d76ed5439141..969d585d0507933d0639c5e57f1f6de890aa68ad 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ Noteworthy changes in release ?.?? (????-??-??)
     in brackets.
   * Enhanced NETLINK_ROUTE protocol decoding.
   * Updated lists of signal codes.
-  * Updated lists of POLL*, RWF_*, and SCHED_FLAG_* constants.
+  * Updated lists of INET_DIAG_BC_*, POLL*, RWF_*, and SCHED_FLAG_* constants.
 
 * Bug fixes
   * Fixed build on m68k.
index d2eec2cee062991bec90be1dc2bd3c75f7136a0b..f01b75a755954fd581ef7330c492ca1c58a35615 100644 (file)
@@ -57,6 +57,8 @@ enum {
        INET_DIAG_BC_D_COND,
        INET_DIAG_BC_DEV_COND,   /* u32 ifindex */
        INET_DIAG_BC_MARK_COND,
+       INET_DIAG_BC_S_EQ,
+       INET_DIAG_BC_D_EQ,
 };
 
 struct inet_diag_hostcond {
index ccaf0dae9516cd98cbf5c6a016d2ab231549f10a..ef1059a5b09f8795b0bdb3326e0bf0292e30567f 100644 (file)
@@ -10,3 +10,5 @@ INET_DIAG_BC_S_COND
 INET_DIAG_BC_D_COND
 INET_DIAG_BC_DEV_COND
 INET_DIAG_BC_MARK_COND
+INET_DIAG_BC_S_EQ
+INET_DIAG_BC_D_EQ