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:
parent
88d842435e
commit
77265f5d49
3
NEWS
3
NEWS
@ -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.
|
||||
|
@ -3,3 +3,4 @@ UDP_ENCAP 100
|
||||
UDP_NO_CHECK6_TX 101
|
||||
UDP_NO_CHECK6_RX 102
|
||||
UDP_SEGMENT 103
|
||||
UDP_GRO 104
|
||||
|
Loading…
Reference in New Issue
Block a user