From owner-cvs-all Sat Feb 3 9:25:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC25937B4EC; Sat, 3 Feb 2001 09:25:21 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f13HPLl73436; Sat, 3 Feb 2001 09:25:21 -0800 (PST) (envelope-from julian) Message-Id: <200102031725.f13HPLl73436@freefall.freebsd.org> From: Julian Elischer Date: Sat, 3 Feb 2001 09:25:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_ether.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/02/03 09:25:21 PST Modified files: sys/netinet if_ether.c Log: Make the code act the same in the case of BRIDGE being defined, but not turned on, and the case of it not being defined at all. i.e. Disabling bridging re-enables some of the checks it disables. Submitted by: "Rogier R. Mulhuijzen" Revision Changes Path 1.75 +27 -17 src/sys/netinet/if_ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message