add PACKET_IGNORE_OUTGOING sockopt from linux v4.20

new in linux commit fa788d986a3aac5069378ed04697bd06f83d3488
This commit is contained in:
Szabolcs Nagy 2019-01-22 23:01:37 +00:00 committed by Rich Felker
parent db8b53f207
commit c6a61df183
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ struct packet_mreq {
#define PACKET_QDISC_BYPASS 20
#define PACKET_ROLLOVER_STATS 21
#define PACKET_FANOUT_DATA 22
#define PACKET_IGNORE_OUTGOING 23
#define PACKET_MR_MULTICAST 0
#define PACKET_MR_PROMISC 1