Skip to content

Commit

Permalink
Add INADDR_ALLSNOOPERS_GROUP from Linux 5.1 to netinet/in.h.
Browse files Browse the repository at this point in the history
This patch adds INADDR_ALLSNOOPERS_GROUP from Linux 5.1 to
netinet/in.h.

Tested for x86_64.

	* inet/netinet/in.h (INADDR_ALLSNOOPERS_GROUP): New macro.
  • Loading branch information
jsm28 committed Jun 3, 2019
1 parent 6a1a9a4 commit dc91a19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2019-06-03 Joseph Myers <[email protected]>

* inet/netinet/in.h (INADDR_ALLSNOOPERS_GROUP): New macro.

2019-06-01 Florian Weimer <[email protected]>

arm: Remove ioperm/iopl/inb/inw/inl/outb/outw/outl support.
Expand Down
1 change: 1 addition & 0 deletions inet/netinet/in.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ enum
#define INADDR_UNSPEC_GROUP ((in_addr_t) 0xe0000000) /* 224.0.0.0 */
#define INADDR_ALLHOSTS_GROUP ((in_addr_t) 0xe0000001) /* 224.0.0.1 */
#define INADDR_ALLRTRS_GROUP ((in_addr_t) 0xe0000002) /* 224.0.0.2 */
#define INADDR_ALLSNOOPERS_GROUP ((in_addr_t) 0xe000006a) /* 224.0.0.106 */
#define INADDR_MAX_LOCAL_GROUP ((in_addr_t) 0xe00000ff) /* 224.0.0.255 */

#if !__USE_KERNEL_IPV6_DEFS
Expand Down

0 comments on commit dc91a19

Please sign in to comment.