From owner-freebsd-current@FreeBSD.ORG Fri Apr 23 07:44:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5047416A4CE for ; Fri, 23 Apr 2004 07:44:46 -0700 (PDT) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67B3743D4C for ; Fri, 23 Apr 2004 07:44:45 -0700 (PDT) (envelope-from andre@freebsd.org) Received: (qmail 35836 invoked from network); 23 Apr 2004 14:44:44 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.47]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 23 Apr 2004 14:44:44 -0000 Message-ID: <40892BDB.9030500@freebsd.org> Date: Fri, 23 Apr 2004 16:44:43 +0200 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7b) Gecko/20040316 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <408929D7.1030406@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: current@freebsd.org Subject: Re: Heads up: You may need recompile of ipfw(8) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2004 14:44:46 -0000 Dag-Erling Smørgrav wrote: > Andre Oppermann writes: > >> Due to a new option in ipfw (versrcreach) the ipfw(8) command >> needs to be recompiled. Normal accept/reject rules without >> options are not affected but those with options may break until >> ipfw(8) is recompiled. > > > any chance of renaming this to something less tongue-twisting, like > maybe "reachable"? I wanted it to stay in line with the other option "verrevpath" and the Cisco equivalent: ipfw add 1000 deny ip from any to any not versrcreach also known in Cisco-speak as: ip verify unicast source reachable-via any -- Andre