Skip to content

Commit 413c085

Browse files
esyrldv-alt
authored andcommitted
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.
1 parent 0d59216 commit 413c085

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Noteworthy changes in release ?.?? (????-??-??)
99
in brackets.
1010
* Enhanced NETLINK_ROUTE protocol decoding.
1111
* Updated lists of signal codes.
12-
* Updated lists of POLL*, RWF_*, and SCHED_FLAG_* constants.
12+
* Updated lists of INET_DIAG_BC_*, POLL*, RWF_*, and SCHED_FLAG_* constants.
1313

1414
* Bug fixes
1515
* Fixed build on m68k.

linux/inet_diag.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ enum {
5757
INET_DIAG_BC_D_COND,
5858
INET_DIAG_BC_DEV_COND, /* u32 ifindex */
5959
INET_DIAG_BC_MARK_COND,
60+
INET_DIAG_BC_S_EQ,
61+
INET_DIAG_BC_D_EQ,
6062
};
6163

6264
struct inet_diag_hostcond {

xlat/inet_diag_bytecodes.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ INET_DIAG_BC_S_COND
1010
INET_DIAG_BC_D_COND
1111
INET_DIAG_BC_DEV_COND
1212
INET_DIAG_BC_MARK_COND
13+
INET_DIAG_BC_S_EQ
14+
INET_DIAG_BC_D_EQ

0 commit comments

Comments
 (0)