Skip to content

Commit 29ab31e

Browse files
ryancdotorgtgross35
authored andcommitted
linux: add constant PACKET_IGNORE_OUTGOING
1 parent d00adf4 commit 29ab31e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libc-test/semver/linux.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2084,6 +2084,7 @@ PACKET_FANOUT_QM
20842084
PACKET_FANOUT_RND
20852085
PACKET_FANOUT_ROLLOVER
20862086
PACKET_HOST
2087+
PACKET_IGNORE_OUTGOING
20872088
PACKET_KERNEL
20882089
PACKET_LOOPBACK
20892090
PACKET_LOSS

src/unix/linux_like/linux/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3800,6 +3800,7 @@ pub const PACKET_LOSS: c_int = 14;
38003800
pub const PACKET_TIMESTAMP: c_int = 17;
38013801
pub const PACKET_FANOUT: c_int = 18;
38023802
pub const PACKET_QDISC_BYPASS: c_int = 20;
3803+
pub const PACKET_IGNORE_OUTGOING: c_int = 23;
38033804

38043805
pub const PACKET_FANOUT_HASH: c_uint = 0;
38053806
pub const PACKET_FANOUT_LB: c_uint = 1;

0 commit comments

Comments
 (0)