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]

[glibc] Add IPV6_ROUTER_ALERT_ISOLATE from Linux 5.1 to bits/in.h.


https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=cf274686024128f9fd75d4878211a018b2cfa5ac

commit cf274686024128f9fd75d4878211a018b2cfa5ac
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Jun 13 16:08:20 2019 +0000

    Add IPV6_ROUTER_ALERT_ISOLATE from Linux 5.1 to bits/in.h.
    
    This patch adds the new constant IPV6_ROUTER_ALERT_ISOLATE from Linux
    5.1 to sysdeps/unix/sysv/linux/bits/in.h.
    
    Tested for x86_64.
    
    	* sysdeps/unix/sysv/linux/bits/in.h (IPV6_ROUTER_ALERT_ISOLATE):
    	New macro.

Diff:
---
 ChangeLog                         | 3 +++
 sysdeps/unix/sysv/linux/bits/in.h | 1 +
 2 files changed, 4 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 8f10f64..fc12a3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-06-13  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/bits/in.h (IPV6_ROUTER_ALERT_ISOLATE):
+	New macro.
+
 	* sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
 	Allow memset in libc.so.
 
diff --git a/sysdeps/unix/sysv/linux/bits/in.h b/sysdeps/unix/sysv/linux/bits/in.h
index 6627799..71300fb 100644
--- a/sysdeps/unix/sysv/linux/bits/in.h
+++ b/sysdeps/unix/sysv/linux/bits/in.h
@@ -192,6 +192,7 @@ struct in_pktinfo
 #define IPV6_JOIN_ANYCAST	27
 #define IPV6_LEAVE_ANYCAST	28
 #define IPV6_MULTICAST_ALL	29
+#define IPV6_ROUTER_ALERT_ISOLATE 30
 #define IPV6_IPSEC_POLICY	34
 #define IPV6_XFRM_POLICY	35
 #define IPV6_HDRINCL		36


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