]> granicus.if.org Git - strace/commitdiff
xlat: update UDP_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 5 Jan 2019 21:14:42 +0000 (21:14 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 5 Jan 2019 21:14:42 +0000 (21:14 +0000)
* 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.

NEWS
xlat/sock_udp_options.in

diff --git a/NEWS b/NEWS
index 43c8b49184957014caaba5d48fe9313a09d3d870..0dc19aee7b712958d48ba802813be14bd3c01a9b 100644 (file)
--- a/NEWS
+++ b/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.
index 52367e032c581bfd819e51fd5839c2eeb336c66f..753582f30122d774ac980b789e7a055d785d5229 100644 (file)
@@ -3,3 +3,4 @@ UDP_ENCAP               100
 UDP_NO_CHECK6_TX       101
 UDP_NO_CHECK6_RX       102
 UDP_SEGMENT            103
+UDP_GRO                        104