Date: Sat, 15 Jun 1996 22:49:33 +0900 (JST) From: greg@greg.rim.or.jp To: FreeBSD-gnats-submit@freebsd.org Cc: greg@greg.rim.or.jp Subject: misc/1324: Bug for routed about Multi cast discavary Message-ID: <199606151349.WAA00445@izanami.greg.rim.or.jp> Resent-Message-ID: <199606151430.HAA26839@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 1324 >Category: misc >Synopsis: Bug for routed about Multi cast discavary >Confidential: yes >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 15 07:30:01 PDT 1996 >Last-Modified: >Originator: Kensaku Masuda >Organization: >Release: FreeBSD 2.2-960612-SNAP i386 >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)); >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606151349.WAA00445>