From owner-freebsd-security@FreeBSD.ORG Mon Sep 29 17:26:41 2003 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C78616A4B3; Mon, 29 Sep 2003 17:26:41 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5945143FCB; Mon, 29 Sep 2003 17:26:40 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id EC3C1654E3; Tue, 30 Sep 2003 01:26:38 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 53011-01-7; Tue, 30 Sep 2003 01:26:38 +0100 (BST) Received: from saboteur.dek.spc.org (lardystuffer.demon.co.uk [212.228.40.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 074C3654DD; Tue, 30 Sep 2003 01:26:37 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 5A45639; Tue, 30 Sep 2003 01:26:24 +0100 (BST) Date: Tue, 30 Sep 2003 01:26:24 +0100 From: Bruce M Simpson To: Ruslan Ermilov Message-ID: <20030930002624.GB17597@saboteur.dek.spc.org> References: <200309241429.h8OETrhk097904@freefall.freebsd.org> <3F71ADCA.7090408@tenebras.com> <20030924162111.GA23542@sunbay.com> <20030924173900.GK650@saboteur.dek.spc.org> <20030924174632.GB31618@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030924174632.GB31618@sunbay.com> cc: security@freebsd.org Subject: Re: FreeBSD Security Advisory FreeBSD-SA-03:14.arp X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2003 00:26:41 -0000 Hi Ruslan, On Wed, Sep 24, 2003 at 08:46:32PM +0300, Ruslan Ermilov wrote: > > > I still have not committed the code that supports static ARP > > > on an interface -- there's currently no way to do static ARP > > > only, if you disable ARP on an interface it will be disabled > > > in its whole. > > > > I'd like to review and potentially test this patch before it goes in, as it > > sounds interesting and useful to us. > > > Attached. I've had a chance to give this a quick test and it operates as expected. I don't see a problem with this going in, but be aware of the changes which might be needed if we go with NetBSD's arp code in future (which is a lot cleaner than the code we have at present). BMS