From owner-freebsd-net Tue Jun 23 22:40:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA04558 for freebsd-net-outgoing; Tue, 23 Jun 1998 22:40:45 -0700 (PDT) (envelope-from owner-freebsd-net@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA04429 for ; Tue, 23 Jun 1998 22:40:02 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id WAA00648; Tue, 23 Jun 1998 22:39:52 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Message-Id: <199806240539.WAA00648@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Joao Carlos Mendes Luis cc: mbone@ISI.EDU, net@FreeBSD.ORG Subject: Re: FreeBSD and default IP Multicast support In-reply-to: Your message of "Wed, 24 Jun 1998 01:57:46 -0300." <199806240457.BAA21338@roma.coe.ufrj.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 23 Jun 1998 22:39:52 -0700 From: Amancio Hasty Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org {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 ---------------------------------------------------- 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