xlat: update UDP_* constants

* xlat/sock_udp_options.in (UDP_GRO): New constant introduced
by Linux kernel commit v5.0-rc1~129^2~379^2~8.
* NEWS: Mention this.
This commit is contained in:
Дмитрий Левин 2019-01-05 21:14:42 +00:00
parent 88d842435e
commit 77265f5d49
2 changed files with 3 additions and 1 deletions

3
NEWS
View File

@ -3,7 +3,8 @@ Noteworthy changes in release ?.?? (????-??-??)
* Improvements
* Updated lists of BPF_*, BTRFS_*, FAN_*, IFLA_*, KERN_*, KVM_CAP_*, NDA_*,
NETNSA_*, NT_*, PR_*, SECCOMP_*, SCTP_*, V4L2_*, and *_MAGIC constants.
NETNSA_*, NT_*, PR_*, SECCOMP_*, SCTP_*, UDP_*, V4L2_*, and *_MAGIC
constants.
* Bug fixes
* Fixed strace-k test on alpha.

View File

@ -3,3 +3,4 @@ UDP_ENCAP 100
UDP_NO_CHECK6_TX 101
UDP_NO_CHECK6_RX 102
UDP_SEGMENT 103
UDP_GRO 104