Date: Wed, 21 Mar 2001 15:04:48 -0600 From: Bill Fumerola <billf@mu.org> To: Alfred Perlstein <bright@wintelcom.net> Cc: Paul Richards <paul@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw.c Message-ID: <20010321150448.G2567@elvis.mu.org> In-Reply-To: <20010321102355.M12319@fw.wintelcom.net>; from bright@wintelcom.net on Wed, Mar 21, 2001 at 10:23:55AM -0800 References: <200103210819.f2L8JWm19214@freefall.freebsd.org> <20010321105412.B47802@sunbay.com> <20010321102355.M12319@fw.wintelcom.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 21, 2001 at 10:23:55AM -0800, Alfred Perlstein wrote:
> Er, no that's not as good as being able to put the rules into a
> class (example):
>
> /sbin/ipfw add foo,100 deny ip from any to any
> /sbin/ipfw add bar,200 deny ip from any to any
> /sbin/ipfw add baz,300 deny ip from any to any
> # ^
> # |
> # rule 'class' -/
>
> /sbin/ipfw flush bar
> # this would flush rule 200 and any others entered with a 'bar'
> # prefixed to the rule number.
coming soon to an -current near you:
# ipfw -l foo add .......
# ipfw -l foo flush
# ipfw add 500 uselist foo
etc etc
--
Bill Fumerola - security yahoo / Yahoo! inc.
- fumerola@yahoo-inc.com / billf@FreeBSD.org
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010321150448.G2567>
