Date: Tue, 23 Jun 1998 22:39:52 -0700 From: Amancio Hasty <hasty@rah.star-gate.com> To: Joao Carlos Mendes Luis <jonny@jonny.eng.br> Cc: mbone@ISI.EDU, net@FreeBSD.ORG Subject: Re: FreeBSD and default IP Multicast support Message-ID: <199806240539.WAA00648@rah.star-gate.com> In-Reply-To: Your message of "Wed, 24 Jun 1998 01:57:46 -0300." <199806240457.BAA21338@roma.coe.ufrj.br>
next in thread | previous in thread | raw e-mail | index | archive | help
{hasty} pwd /usr/src/lkm/ip_mroute_mod {hasty} vi Makefile # $Id: Makefile,v 1.3 1997/02/22 12:48:12 peter Exp $ .PATH: ${.CURDIR}/../../sys/netinet KMOD= ip_mroute_mod SRCS= ip_mroute.c NOMAN= CFLAGS+= -DMROUTE_LKM -DMROUTING .include <bsd.kmod.mk> ---------------------------------------------------- So yes, there is an ip_mroute_mod, however I have never used it whenever I have needed ip multicast routing in one of my systems I just recompiled the kernel. Cheers, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806240539.WAA00648>