xlat/sock_packet_options: add PACKET_IGNORE_OUTGOING

* xlat/sock_packet_options.in (PACKET_IGNORE_OUTGOING): New constant,
introduced by Linux commit v4.19-rc2-323-gfa788d986a3a.
This commit is contained in:
Eugene Syromyatnikov 2018-11-01 17:40:26 +01:00
parent b84f967d27
commit d20c0c7804

View File

@ -20,3 +20,4 @@ PACKET_TX_HAS_OFF 19
PACKET_QDISC_BYPASS 20
PACKET_ROLLOVER_STATS 21
PACKET_FANOUT_DATA 22
PACKET_IGNORE_OUTGOING 23