xlat: add UDP_SEGMENT to sock_udp_options

* xlat/sock_udp_options.in (UDP_SEGMENT): New constant, introduced by
Linux commit v4.18-rc1~114^2~377^2~8.
This commit is contained in:
Eugene Syromyatnikov 2018-06-18 18:37:55 +02:00
parent de412d1f2a
commit 14e385877d

View File

@ -2,3 +2,4 @@ UDP_CORK 1
UDP_ENCAP 100
UDP_NO_CHECK6_TX 101
UDP_NO_CHECK6_RX 102
UDP_SEGMENT 103