mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Add missing Advanced API (RFC3542) (1) defines.
Fixes bug 18643. Defines IPV6_RECVPATHMTU, IPV6_PATHMTU, and IPV6_DONTFRAG for Linux.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2015-07-08 Carlos O'Donell <carlos@redhat.com>
|
||||||
|
|
||||||
|
[BZ #18643]
|
||||||
|
* sysdeps/unix/sysv/linux/bits/in.h: Define IPV6_RECVPATHMTU,
|
||||||
|
IPV6_PATHMTU, and IPV6_DONTFRAG.
|
||||||
|
|
||||||
2015-07-08 Feng Gao <gfree.wind@gmail.com>
|
2015-07-08 Feng Gao <gfree.wind@gmail.com>
|
||||||
|
|
||||||
* libio/fileops.c: Use "|" instead of "+" when combine _IO_LINE_BUF
|
* libio/fileops.c: Use "|" instead of "+" when combine _IO_LINE_BUF
|
||||||
@ -20,7 +26,7 @@
|
|||||||
(getpwnam_r): Likewise.
|
(getpwnam_r): Likewise.
|
||||||
(fgetpwent_r): Likewise.
|
(fgetpwent_r): Likewise.
|
||||||
|
|
||||||
2015-06-18 Carlos O'Donell <carlos@redhat.com>
|
2015-07-08 Carlos O'Donell <carlos@redhat.com>
|
||||||
|
|
||||||
[BZ #18557]
|
[BZ #18557]
|
||||||
* inet/rcmd.c (__validuser2_sa): Check user first to
|
* inet/rcmd.c (__validuser2_sa): Check user first to
|
||||||
|
2
NEWS
2
NEWS
@ -26,7 +26,7 @@ Version 2.22
|
|||||||
18519, 18520, 18522, 18527, 18528, 18529, 18530, 18532, 18533, 18534,
|
18519, 18520, 18522, 18527, 18528, 18529, 18530, 18532, 18533, 18534,
|
||||||
18536, 18539, 18540, 18542, 18544, 18545, 18546, 18547, 18549, 18553,
|
18536, 18539, 18540, 18542, 18544, 18545, 18546, 18547, 18549, 18553,
|
||||||
18557, 18558, 18569, 18583, 18585, 18586, 18592, 18593, 18594, 18602,
|
18557, 18558, 18569, 18583, 18585, 18586, 18592, 18593, 18594, 18602,
|
||||||
18612, 18613, 18619, 18633, 18641.
|
18612, 18613, 18619, 18633, 18641, 18643.
|
||||||
|
|
||||||
* Cache information can be queried via sysconf() function on s390 e.g. with
|
* Cache information can be queried via sysconf() function on s390 e.g. with
|
||||||
_SC_LEVEL1_ICACHE_SIZE as argument.
|
_SC_LEVEL1_ICACHE_SIZE as argument.
|
||||||
|
@ -184,6 +184,7 @@ struct in_pktinfo
|
|||||||
#define IPV6_IPSEC_POLICY 34
|
#define IPV6_IPSEC_POLICY 34
|
||||||
#define IPV6_XFRM_POLICY 35
|
#define IPV6_XFRM_POLICY 35
|
||||||
|
|
||||||
|
/* Advanced API (RFC3542) (1). */
|
||||||
#define IPV6_RECVPKTINFO 49
|
#define IPV6_RECVPKTINFO 49
|
||||||
#define IPV6_PKTINFO 50
|
#define IPV6_PKTINFO 50
|
||||||
#define IPV6_RECVHOPLIMIT 51
|
#define IPV6_RECVHOPLIMIT 51
|
||||||
@ -195,7 +196,11 @@ struct in_pktinfo
|
|||||||
#define IPV6_RTHDR 57
|
#define IPV6_RTHDR 57
|
||||||
#define IPV6_RECVDSTOPTS 58
|
#define IPV6_RECVDSTOPTS 58
|
||||||
#define IPV6_DSTOPTS 59
|
#define IPV6_DSTOPTS 59
|
||||||
|
#define IPV6_RECVPATHMTU 60
|
||||||
|
#define IPV6_PATHMTU 61
|
||||||
|
#define IPV6_DONTFRAG 62
|
||||||
|
|
||||||
|
/* Advanced API (RFC3542) (2). */
|
||||||
#define IPV6_RECVTCLASS 66
|
#define IPV6_RECVTCLASS 66
|
||||||
#define IPV6_TCLASS 67
|
#define IPV6_TCLASS 67
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user