From owner-cvs-all Sat Jan 6 10: 6:53 2001 From owner-cvs-all@FreeBSD.ORG Sat Jan 6 10:06:49 2001 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 741D537B400; Sat, 6 Jan 2001 10:06:49 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f06I6lX16430; Sat, 6 Jan 2001 10:06:47 -0800 (PST) Date: Sat, 6 Jan 2001 10:06:47 -0800 From: Alfred Perlstein To: "C. Stephen Gunn" Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet if_ether.c Message-ID: <20010106100647.Z15744@fw.wintelcom.net> References: <200101060045.f060j9R06683@freefall.freebsd.org> <20010106130104.A4573@waterspout.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010106130104.A4573@waterspout.com>; from csg@waterspout.com on Sat, Jan 06, 2001 at 01:01:04PM -0500 Sender: bright@fw.wintelcom.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * C. Stephen Gunn [010106 10:02] wrote: > On Fri, Jan 05, 2001 at 04:45:08PM -0800, Alfred Perlstein wrote: > > > alfred 2001/01/05 16:45:08 PST > > > > Modified files: > > sys/netinet if_ether.c > > Log: > > provide a sysctl 'net.link.ether.inet.log_arp_wrong_iface' to allow one > > to supress logging when ARP replies arrive on the wrong interface: > > "/kernel: arp: 1.2.3.4 is on dc0 but got reply from 00:00:c5:79:d0:0c > > on dc1" > > > > the default is to log just to give notice about possibly incorrectly > > configured networks. > > ``ether.inet.'' is a poor name for this option. > > ARP is completely independant of both Ethernet and and Internet > Protocol. ARP provides an abstract protocol to translate layer-3 > protocol addresses to layer-2 media addresses using broadcast > traffic. One of the major problem's with FreeBSD's implementation > is that it only works with ethernet devices, and only for IP. Then why is the function under #ifdef INET and the file under netinet? ? thanks, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message