[glibc] Add IPPROTO_AGGFRAG from Linux 6.14 to netinet/in.h (BZ 34347)

Adhemerval Zanella via Glibc-cvs <[email protected]> Fri, 3 Jul 2026 23:35:01 +0000 (GMT)
Newsgroups gmane.comp.lib.glibc.cvs
Message-ID <[email protected]>
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6f1d069804e25810f0ca30e86b9bb7b7b7876c10

commit 6f1d069804e25810f0ca30e86b9bb7b7b7876c10
Author: Adhemerval Zanella <[email protected]>
Date:   Fri Jul 3 11:46:34 2026 -0300

    Add IPPROTO_AGGFRAG from Linux 6.14 to netinet/in.h (BZ 34347)
    
    It was added by commit 64e844505bc08cde3f346f193cbbbab0096fef54.
    
    Reviewed-by: Florian Weimer <[email protected]>

Diff:
---
 inet/netinet/in.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/inet/netinet/in.h b/inet/netinet/in.h
index f70b0cfda8..6fc6a278f3 100644
--- a/inet/netinet/in.h
+++ b/inet/netinet/in.h
@@ -91,6 +91,8 @@ enum
 #define IPPROTO_MPLS		IPPROTO_MPLS
     IPPROTO_ETHERNET = 143, /* Ethernet-within-IPv6 Encapsulation.  */
 #define IPPROTO_ETHERNET	IPPROTO_ETHERNET
+    IPPROTO_AGGFRAG = 144,  /* AGGFRAG in ESP (RFC 9347).  */
+#define IPPROTO_AGGFRAG		IPPROTO_AGGFRAG
     IPPROTO_RAW = 255,	   /* Raw IP packets.  */
 #define IPPROTO_RAW		IPPROTO_RAW
     IPPROTO_SMC = 256,	   /* Shared Memory Communications.  */