Bug 18643 - Missing IPV6_* defines.
Summary: Missing IPV6_* defines.
Status: NEW
Alias: None
Product: glibc
Classification: Unclassified
Component: network (show other bugs)
Version: 2.21
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-08 13:03 UTC by Carlos O'Donell
Modified: 2015-07-24 14:33 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos O'Donell 2015-07-08 13:03:44 UTC
The linux bits/in.h  is missing the some RFC3542 defines for IPV6.

These need to be added:

#define IPV6_RECVPATHMTU        60
#define IPV6_PATHMTU            61
#define IPV6_DONTFRAG           62
Comment 1 Sourceware Commits 2015-07-08 14:59:19 UTC
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  1c1e3125206ef810dc7282023f6267a33b486233 (commit)
      from  2e4250225cf894e11c926007698cea8096a372fb (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 -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1c1e3125206ef810dc7282023f6267a33b486233

commit 1c1e3125206ef810dc7282023f6267a33b486233
Author: Carlos O'Donell <carlos@systemhalted.org>
Date:   Wed Jul 8 09:26:45 2015 -0400

    Add missing Advanced API (RFC3542) (1) defines.
    
    Fixes bug 18643.
    
    Defines IPV6_RECVPATHMTU, IPV6_PATHMTU, and IPV6_DONTFRAG for Linux.

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

Summary of changes:
 ChangeLog                         |    8 +++++++-
 NEWS                              |    2 +-
 sysdeps/unix/sysv/linux/bits/in.h |    5 +++++
 3 files changed, 13 insertions(+), 2 deletions(-)