ipfw rule changes?

2002-07-04 Thread Kenneth Culver

Hi, I just updated this morning to the latest -CURRENT, and just to let
everyone know, the new KSE stuff seems to be working fine... however, my
ipfw rules for dummynet no longer work:

ipfw add queue 1 tcp from any to a.b.c.d 25 in via fxp0
ipfw pipe 1 config bw 28Kbit/s queue 2
ipfw queue 1 config pipe 1 mask dst-ip 0x

Am I doing something wrong here? This worked fine before I rebuilt world
(and I'm assuming rebuilt the ipfw program)...

Ken


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: ipfw rule changes?

2002-07-04 Thread Kenneth Culver

 Hi, I just updated this morning to the latest -CURRENT, and just to let
 everyone know, the new KSE stuff seems to be working fine... however, my
 ipfw rules for dummynet no longer work:

 ipfw add queue 1 tcp from any to a.b.c.d 25 in via fxp0
 ipfw pipe 1 config bw 28Kbit/s queue 2
 ipfw queue 1 config pipe 1 mask dst-ip 0x

 Am I doing something wrong here? This worked fine before I rebuilt world
 (and I'm assuming rebuilt the ipfw program)...

Oh yeah, this is the error message:

alpha:~:# ipfw queue 1 config pipe 1 mask dst-ip 0x
ipfw: unrecognised option ``1''

Ken


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message