Date: Tue, 12 Jan 1999 05:34:36 PST From: "N. N.M" <madrapour@hotmail.com> To: freebsd-security@FreeBSD.ORG, forger@bcgrizzly.com Subject: Re: Quick ipfw question Message-ID: <19990112133436.13071.qmail@hotmail.com>
next in thread | raw e-mail | index | archive | help
The reason is simple: as the manual mentions, the argument "-q" is valid only with the following commands: - flush - zero no. - add ...... As you see, if you wanna use a file as ipfw's argument, you can't use "-q". Alternatively, you can use -q in each line (or each ipfw commands) in your file (/myfile). So the rules in this file are added "quietly". Nazila N. >Date: Tue, 12 Jan 1999 00:21:05 -0800 (PST) >From: Brook Miles <forger@bcgrizzly.com> >To: freebsd-security@FreeBSD.ORG >Subject: Quick ipfw question > > >Is there some reason that > ipfw /my/file >works but > ipfw -q /my/file >doesn't? > >It gives "ipfw: error: Bad Arguments" > >FreeBSD/i386 3.0-RELEASE > >+--- >| Brook Miles <forger@bcgrizzly.com> >| A spec of cosmic dust... with attitude. >+-------------------------------------- > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-security" in the body of the message > ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990112133436.13071.qmail>