Date: Wed, 14 Jan 2004 23:48:51 +0100 From: Pawel Malachowski <pawmal-posting@freebsd.lublin.pl> To: ipfw@freebsd.org Subject: ipfw not not Message-ID: <20040114224851.GC72981@shellma.zin.lublin.pl>
next in thread | raw e-mail | index | archive | help
This `not not' is confusing a bit. (I want to match all packets smaller than 300 or greater than 500 bytes.) 4.9-STABLE, IPFW2: % ipfw add 3 count ip from any to any not iplen 300-500 00003 count ip from any to any not not iplen 300-500 % ipfw show 3 00003 3181 1729676 count ip from any to any not not iplen 300-500 -- Paweł Małachowski
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040114224851.GC72981>