From owner-freebsd-hackers Mon Feb 10 21:00:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA12526 for hackers-outgoing; Mon, 10 Feb 1997 21:00:09 -0800 (PST) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA12477 for ; Mon, 10 Feb 1997 20:59:56 -0800 (PST) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.5/8.7.3) with ESMTP id UAA00339 for ; Mon, 10 Feb 1997 20:59:44 -0800 (PST) Message-Id: <199702110459.UAA00339@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: hackers@freebsd.org Subject: ip_mroute.c Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 Feb 1997 20:59:44 -0800 From: Amancio Hasty Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Could someone review the above file? There are a couple of places where it calls if_allmulti and it does not set or reset the error flag. At any rate, I fix the references to if_allmulti . And right now mrouted is up and running. Amancio