Skip to content

Commit

Permalink
* IGMPv3 treats 224.0.0.x(x!=1) as a normal IPv4 multicast address,
Browse files Browse the repository at this point in the history
  as specified in RFC3766.

* reflect the following MLDv2 changes into the NetBSD/OpenBSD's IGMPv3
  implementation:
-- renames IGMPv3-ready in_multi{} manipulation functions (2004-02-05)
  • Loading branch information
suz committed Apr 18, 2005
1 parent e2d0d4d commit 863cf55
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
CHANGELOG for KAME kit
$KAME: CHANGELOG,v 1.2748 2005/04/18 07:40:26 suz Exp $
$KAME: CHANGELOG,v 1.2749 2005/04/18 17:44:59 suz Exp $

<200504>
2005-04-19 SUZUKI, Shinsuke <suz@kame.net>
* *bsd/sys/netinet/igmp.c, igmp_var.h, in.[ch], ip_output.c:
IGMPv3 treats 224.0.0.x(x!=1) as a normal IPv4 multicast address,
as specified in RFC3766.

* openbsd/sys/netinet/in.c, in_var.h, ip_output.c,
* netbsd/sys/netinet/igmp.c, igmp_var.h, in.c, in_pcb.c, in_var.h,
ip_output.c: reflect the following MLDv2 changes into the
NetBSD/OpenBSD's IGMPv3 implementation.
- renames IGMPv3-ready in_multi{} manipulation functions (2004-02-05)

2005-04-18 SUZUKI, Shinsuke <suz@kame.net>
* freebsd5/sys/netinet/igmp.c, in.c, ip_output.c,
kame/sys/netinet/in_msf.c: fixed the byte order of an IPv4 address
Expand Down

0 comments on commit 863cf55

Please sign in to comment.