summaryrefslogtreecommitdiffstats
path: root/sys/netinet/igmp.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-09-14 03:10:15 +0000
committerwollman <wollman@FreeBSD.org>1994-09-14 03:10:15 +0000
commit891e296c7ad59a2799963215248045ffd8be44a9 (patch)
tree47edbd7f3b6acc87d678b1c8b86b0bbac553feab /sys/netinet/igmp.c
parent63cf74f14d2bd28e0793cb88c9eee0be48f69c05 (diff)
downloadFreeBSD-src-891e296c7ad59a2799963215248045ffd8be44a9.zip
FreeBSD-src-891e296c7ad59a2799963215248045ffd8be44a9.tar.gz
Shuffle some functions and variables around to make it possible for
multicast routing to be implemented as an LKM. (There's still a bit of work to do in this area.)
Diffstat (limited to 'sys/netinet/igmp.c')
-rw-r--r--sys/netinet/igmp.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/netinet/igmp.c b/sys/netinet/igmp.c
index ca1db1e..0986acf 100644
--- a/sys/netinet/igmp.c
+++ b/sys/netinet/igmp.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)igmp.c 8.1 (Berkeley) 7/19/93
- * $Id: igmp.c,v 1.3 1994/08/02 07:48:04 davidg Exp $
+ * $Id: igmp.c,v 1.4 1994/09/06 22:42:16 wollman Exp $
*/
/*
@@ -607,11 +607,7 @@ igmp_sendpkt(inm, type)
* Request loopback of the report if we are acting as a multicast
* router, so that the process-level routing demon can hear it.
*/
-#ifdef MROUTING
imo->imo_multicast_loop = (ip_mrouter != NULL);
-#else
- imo->imo_multicast_loop = 0;
-#endif
ip_output(m, (struct mbuf *)0, (struct route *)0, 0, imo);
OpenPOWER on IntegriCloud