Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 1999 11:00:02 -0700 (PDT)
From:      Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To:        freebsd-bugs@FreeBSD.org
Subject:   kern/12646: IGMP reports not sent if no multicast route
Message-ID:  <199907151800.LAA06427@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/12646; it has been noted by GNATS.

From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To: kbracey@acorn.co.uk
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: kern/12646: IGMP reports not sent if no multicast route
Date: Thu, 15 Jul 1999 13:54:49 -0400 (EDT)

 <<On Thu, 15 Jul 1999 01:19:04 -0700 (PDT), kbracey@acorn.co.uk said:
 
 > The problem is that ip_output() will not output multicast packets if
 > it can't find a route for the destination IP address, even if the caller
 > has provided an interface in the multicast options, as igmp_sendpkt() does.
 
 This is a wart resuling from a path of development which was never
 completed.  What was supposed to happen eventually was that the
 underlying protocols would be modified to do the work of ip_output()
 themselves, implementing only that part of the functionality which was
 actually necessary.  Unfortunately, this work basically stopped when I
 changed jobs (the previous employer was paying for it), so things were
 left in this intermediate state.
 
 -GAWollman
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907151800.LAA06427>