From owner-cvs-sbin Thu Jan 16 13:04:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA13442 for cvs-sbin-outgoing; Thu, 16 Jan 1997 13:04:35 -0800 (PST) Received: (from adam@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA13435; Thu, 16 Jan 1997 13:04:32 -0800 (PST) Date: Thu, 16 Jan 1997 13:04:32 -0800 (PST) From: Adam David Message-Id: <199701162104.NAA13435@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys, cvs-sbin Subject: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk adam 97/01/16 13:04:31 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