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.
This commit is contained in:
Eugene Syromyatnikov 2018-02-15 19:55:16 +01:00 committed by Dmitry V. Levin
parent 0d592163cd
commit 413c085e59
3 changed files with 5 additions and 1 deletions

2
NEWS
View File

@ -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.

View 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 {

View 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