From owner-cvs-all Wed Mar 21 0:19:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D33D637B71C; Wed, 21 Mar 2001 00:19:32 -0800 (PST) (envelope-from paul@FreeBSD.org) Received: (from paul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2L8JWm19214; Wed, 21 Mar 2001 00:19:32 -0800 (PST) (envelope-from paul) Message-Id: <200103210819.f2L8JWm19214@freefall.freebsd.org> From: Paul Richards Date: Wed, 21 Mar 2001 00:19:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG paul 2001/03/21 00:19:32 PST Modified files: sys/netinet ip_fw.c Log: Only flush rules that have a rule number above that set by a new sysctl, net.inet.ip.fw.permanent_rules. This allows you to install rules that are persistent across flushes, which is very useful if you want a default set of rules that maintains your access to remote machines while you're reconfiguring the other rules. Reviewed by: Mark Murray Revision Changes Path 1.162 +18 -9 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message