From owner-cvs-all Mon Mar 1 8:54:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA40F15379; Mon, 1 Mar 1999 08:54:46 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA53483; Mon, 1 Mar 1999 08:54:31 -0800 (PST) (envelope-from luigi@FreeBSD.org) Message-Id: <199903011654.IAA53483@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 1 Mar 1999 08:54:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_de.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1999/03/01 08:54:30 PST Modified files: sys/pci if_de.c Log: Fix handling of IFF_ALLMULTI. The code did not call tulip_addr_filter() on SIOCSIFFLAGS, and was nuking the IFF_ALLMULTI on entering tulip_addr_filter(). As a result it was impossible to run a multicast router on a machine with a "de" interface. Revision Changes Path 1.99 +4 -2 src/sys/pci/if_de.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message