From owner-cvs-usrsbin Thu Mar 16 08:26:06 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA12298 for cvs-usrsbin-outgoing; Thu, 16 Mar 1995 08:26:06 -0800 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA12284; Thu, 16 Mar 1995 08:25:57 -0800 Date: Thu, 16 Mar 1995 08:25:57 -0800 From: "Garrett A. Wollman" Message-Id: <199503161625.IAA12284@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/mrouted igmp.c prune.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk wollman 95/03/16 08:25:56 Modified: sys/netinet ip_mroute.c ip_var.h raw_ip.c usr.sbin/mrouted igmp.c prune.c Log: This set of patches enables IP multicasting to work under FreeBSD. I am submitting them as context diffs for the following files: sys/netinet/ip_mroute.c sys/netinet/ip_var.h sys/netinet/raw_ip.c usr.sbin/mrouted/igmp.c usr.sbin/mrouted/prune.c The routine rip_ip_input in raw_ip.c is suggested by Mark Tinguely (tinguely@plains.nodak.edu). I have been running mrouted with these patches for over a week and nothing has seemed seriously wrong. It is being run in two places on our network as a tunnel on one and a subnet querier on the other. The only problem I have run into is that mrouted on the tunnel must start up last or the pruning isn't done correctly and multicast packets flood your subnets. Submitted by: Soochon Radee