Hello,
I've set up a very simple traffic-shaper:
ipfw add pipe 1 ip from any to any via fxp2 in
ipfw add pipe 2 ip from any to any via fxp2 out
ipfw pipe 1 config bw 1MBit/s delay 10ms
ipfw pipe 2 config bw 1MBit/s delay 10ms
'ipfw show' looks corrrect:
00100 9446889 4072588337 pipe 1 ip from any to any in recv fxp2
00200 11309245 4817693655 pipe 2 ip from any to any out xmit fxp2
the 'ipfw show queue' says the following:
00001: 8.000 Mbit/s 10 ms 50 sl. 1 queues (1 buckets) droptail
mask: 0x00 0x00000000/0x0000 -> 0x00000000/0x0000
[...]
00002: 8.000 Mbit/s 10 ms 50 sl. 1 queues (1 buckets) droptail
mask: 0x00 0x00000000/0x0000 -> 0x00000000/0x0000
[...]
Why does it tell me a value of 8 Mbit/s?
(4.2-STABLE, cvsup from 12.12.2000)
regards,
Andy
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message