This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.24-17-ge751658


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  e7516580ecabdc09861b5e38cec25db91331c3bc (commit)
      from  acaff9b658720e4c887f4e44e6f28962d6f372d3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=e7516580ecabdc09861b5e38cec25db91331c3bc

commit e7516580ecabdc09861b5e38cec25db91331c3bc
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Aug 3 12:13:16 2016 +0000

    Define UDP_ENCAP_* from Linux 4.7 in netinet/udp.h.
    
    This patch adds the new UDP_ENCAP_GTP0 and UDP_ENCAP_GTP1U from Linux
    4.7 to sysdeps/gnu/netinet/udp.h.
    
    Tested for x86_64 and x86 (testsuite, and that installed stripped
    shared libraries are unchanged by the patch).
    
    	* sysdeps/gnu/netinet/udp.h (UDP_ENCAP_GTP0): New macro.
    	(UDP_ENCAP_GTP1U): Likewise.

diff --git a/ChangeLog b/ChangeLog
index 63673cf..d34d672 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-08-03  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/gnu/netinet/udp.h (UDP_ENCAP_GTP0): New macro.
+	(UDP_ENCAP_GTP1U): Likewise.
+
 	* sysdeps/unix/sysv/linux/bits/socket.h (PF_QIPCRTR): New macro.
 	(PF_MAX): Update value.
 	(AF_QIPCRTR): New macro.
diff --git a/sysdeps/gnu/netinet/udp.h b/sysdeps/gnu/netinet/udp.h
index bcc3213..e3d4492 100644
--- a/sysdeps/gnu/netinet/udp.h
+++ b/sysdeps/gnu/netinet/udp.h
@@ -87,6 +87,8 @@ struct udphdr
 #define UDP_ENCAP_ESPINUDP_NON_IKE 1	/* draft-ietf-ipsec-nat-t-ike-00/01 */
 #define UDP_ENCAP_ESPINUDP	2	/* draft-ietf-ipsec-udp-encaps-06 */
 #define UDP_ENCAP_L2TPINUDP	3	/* rfc2661 */
+#define UDP_ENCAP_GTP0		4	/* GSM TS 09.60 */
+#define UDP_ENCAP_GTP1U		5	/* 3GPP TS 29.060 */
 
 #define SOL_UDP            17      /* sockopt level for UDP */
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                 |    3 +++
 sysdeps/gnu/netinet/udp.h |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]