From greg@greg.rim.or.jp  Sat Jun 15 07:26:12 1996
Received: from rayearth.rim.or.jp (uucp@rayearth.rim.or.jp [202.247.130.242])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA26658
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Jun 1996 07:26:00 -0700 (PDT)
Received: (from uucp@localhost) by rayearth.rim.or.jp (8.7.5/3.4W3-uucp1) with UUCP
	id XAA13295 for FreeBSD-gnats-submit@freebsd.org; Sat, 15 Jun 1996 23:25:25 +0900 (JST)
Received: from izanami.greg.rim.or.jp (izanami.greg.rim.or.jp [172.31.1.3]) by atena.greg.rim.or.jp (8.6.12/3.4Wbeta6) with ESMTP id WAA13157; Sat, 15 Jun 1996 22:49:34 +0900
Received: (from greg@localhost) by izanami.greg.rim.or.jp (8.7.5/3.4Wbeta6) id WAA00445; Sat, 15 Jun 1996 22:49:33 +0900 (JST)
Message-Id: <199606151349.WAA00445@izanami.greg.rim.or.jp>
Date: Sat, 15 Jun 1996 22:49:33 +0900 (JST)
From: greg@greg.rim.or.jp
Reply-To: greg@greg.rim.or.jp
To: FreeBSD-gnats-submit@freebsd.org
Cc: greg@greg.rim.or.jp
Subject: Bug for routed about Multi cast discavary
X-Send-Pr-Version: 3.2

>Number:         1324
>Category:       misc
>Synopsis:       Bug for routed about Multi cast discavary
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 15 07:30:01 PDT 1996
>Closed-Date:    Sat Jun 15 10:10:36 PDT 1996
>Last-Modified:  Tue Nov 27 19:22:12 PST 2001
>Originator:     Kensaku Masuda
>Release:        FreeBSD 2.2-960612-SNAP i386
>Organization:
>Environment:

		Nothing

>Description:

		routed daemon can not send a "router-discovery packet" with
	multicast packet.

>How-To-Repeat:

	Only runing "routed"

>Fix:
	
--- rdisc.c.orig	Fri May 31 01:19:04 1996
+++ rdisc.c	Sat Jun 15 22:40:24 1996
@@ -788,7 +788,7 @@
 			u.so.icmp_cksum = in_cksum((u_short*)&u.so,
 						   sizeof(u.so));
 			send_rdisc(&u, sizeof(u.so), ifp,
-				   INADDR_ALLROUTERS_GROUP,
+				   htonl(INADDR_ALLROUTERS_GROUP),
 				   ((ifp->int_if_flags & IS_BCAST_RDISC)
 				    ? 1 : 2));
 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: wollman 
State-Changed-When: Sat Jun 15 10:10:36 PDT 1996 
State-Changed-Why:  
Bugfix accepted and committed in rev 1.2 of rdisc.c. 
>Unformatted:
