From owner-cvs-sbin Thu Jan 16 13:18:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA14084 for cvs-sbin-outgoing; Thu, 16 Jan 1997 13:18:38 -0800 (PST) Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id NAA14056; Thu, 16 Jan 1997 13:17:10 -0800 (PST) Received: (from adam@localhost) by veda.is (8.8.4/8.7.3) id VAA20499; Thu, 16 Jan 1997 21:26:10 GMT From: Adam David Message-Id: <199701162126.VAA20499@veda.is> Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c In-Reply-To: <199701162104.NAA13435@freefall.freebsd.org> from Adam David at "Jan 16, 97 01:04:32 pm" To: adam@freefall.freebsd.org (Adam David) Date: Thu, 16 Jan 1997 21:26:09 +0000 (GMT) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/netinet ip_fw.c ip_fw.h > sbin/ipfw ipfw.8 ipfw.c > Log: > implement "not" keyword for inverting the address logic > > Revision Changes Path > 1.54 +4 -2 src/sys/netinet/ip_fw.c > 1.25 +2 -0 src/sys/netinet/ip_fw.h > 1.26 +11 -10 src/sbin/ipfw/ipfw.8 > 1.37 +12 -2 src/sbin/ipfw/ipfw.c forgot this part... partly Reviewed by: phk partly Submitted by: phk partly Suggested by: proff@suburbia.net :-) Adam