From: Eugene Syromyatnikov Date: Thu, 15 Feb 2018 18:55:16 +0000 (+0100) Subject: Update the list of INET_DIAG_BC_* operators X-Git-Tag: v4.22~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=413c085e5968fffb3dac39ddafd1492c166866cf;p=strace Update the list of INET_DIAG_BC_* operators * 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. --- diff --git a/NEWS b/NEWS index 6123ca08..969d585d 100644 --- 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. diff --git a/linux/inet_diag.h b/linux/inet_diag.h index d2eec2ce..f01b75a7 100644 --- a/linux/inet_diag.h +++ b/linux/inet_diag.h @@ -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 { diff --git a/xlat/inet_diag_bytecodes.in b/xlat/inet_diag_bytecodes.in index ccaf0dae..ef1059a5 100644 --- a/xlat/inet_diag_bytecodes.in +++ b/xlat/inet_diag_bytecodes.in @@ -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