Skip to content

Commit

Permalink
Define IP_MULTICAST_ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Sep 15, 2011
1 parent b402e91 commit 2840865
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2011-09-15 Ulrich Drepper <drepper@gmail.com>

* sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
Patch mostly by Neil Horman <nhorman@tuxdriver.com>.

2011-09-15 Roland McGrath <roland@hack.frob.com>

* sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
Expand Down
3 changes: 2 additions & 1 deletion sysdeps/unix/sysv/linux/bits/in.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 1991-1999, 2000, 2004, 2008, 2010 Free Software Foundation, Inc.
/* Copyright (C) 1991-2000,2004,2008,2010,2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -70,6 +70,7 @@
#define IP_XFRM_POLICY 17
#define IP_PASSSEC 18
#define IP_TRANSPARENT 19
#define IP_MULTICAST_ALL 49 /* bool */

/* TProxy original addresses */
#define IP_ORIGDSTADDR 20
Expand Down

0 comments on commit 2840865

Please sign in to comment.