From owner-freebsd-security@FreeBSD.ORG Thu Jan 20 19:53:42 2005 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 11F0A16A4CE for ; Thu, 20 Jan 2005 19:53:42 +0000 (GMT) Received: from marvin.muc.de (marvin.muc.de [193.149.48.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 13E1743D4C for ; Thu, 20 Jan 2005 19:53:41 +0000 (GMT) (envelope-from emechler@radix.cryptio.net) Received: (qmail 4160 invoked by alias); 20 Jan 2005 19:53:39 -0000 Delivered-To: mods-muc-lists-freebsd-security@moderators.muc.de Received: (qmail 4153 invoked from network); 20 Jan 2005 19:53:38 -0000 Received: from radix.cryptio.net (64.81.55.119) by marvin.muc.de with SMTP; 20 Jan 2005 19:53:38 -0000 Received: from radix.cryptio.net (localhost [127.0.0.1]) by radix.cryptio.net (8.13.1/8.13.1) with ESMTP id j0KJrXDx072322 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 20 Jan 2005 11:53:33 -0800 (PST) (envelope-from emechler@radix.cryptio.net) Received: (from emechler@localhost) by radix.cryptio.net (8.13.1/8.13.1/Submit) id j0KJrXSB072321; Thu, 20 Jan 2005 11:53:33 -0800 (PST) (envelope-from emechler) Date: Thu, 20 Jan 2005 11:53:33 -0800 From: Erick Mechler To: Rudolf Polzer Message-ID: <20050120195333.GQ19851@techometer.net> References: <6BBE5C5603D0D611A06F0002A5D6556405FAA185@nyschx22psge.sch.ge.com> <20050119180131.GL19851@techometer.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Mailman-Approved-At: Fri, 21 Jan 2005 13:13:20 +0000 cc: muc-lists-freebsd-security@moderators.muc.de Subject: Re: ipf question 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: Thu, 20 Jan 2005 19:53:42 -0000 :: > ... port 136 >< 140 keep state :: > :: > The < and > operators are not inclusive. :: :: I know it has been defined like that. But why? :: :: Why wasn't an inclusive .. operator used? There must be a reason for :: this, but which one is it? AFAIK, there is no such thing as an inclusive gt or lt operator.