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:
parent
0d592163cd
commit
413c085e59
2
NEWS
2
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.
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user