On Wed, 6 Jul 2005 23:29:17 -0400
"fbsd_user" <[EMAIL PROTECTED]> wrote:
> On Sun, 3 Jul 2005 16:47:24 -0400
> "fbsd_user" <[EMAIL PROTECTED]> wrote:
>
> > This is my last coding problem.
> >
> >
> > target="check-state"
> >
> > # Find the rule number of the target rule where you want the
> doorm
On Sun, 3 Jul 2005 16:47:24 -0400
"fbsd_user" <[EMAIL PROTECTED]> wrote:
> This is my last coding problem.
>
>
> target="check-state"
>
> # Find the rule number of the target rule where you want the
doorman
> # pass rules inserted before.
>
> ruleno=`ipfw list | sed -n -e "s/00\([0-9]*\) $target
On Sun, 3 Jul 2005 16:47:24 -0400
"fbsd_user" <[EMAIL PROTECTED]> wrote:
>
> Thanks guys your solutions have worked and I am learning allot along
> the way.
>
You are welcome.
> This is my last coding problem.
>
>
> target="check-state"
>
> # Find the rule number of the target rule where yo
Thanks guys your solutions have worked and I am learning allot along
the way.
This is my last coding problem.
target="check-state"
# Find the rule number of the target rule where you want the doorman
# pass rules inserted before.
ruleno=`ipfw list | sed -n -e "s/00\([0-9]*\) $target/\1/p"`
T