I'm trying to use Dummynet (ipfw pipe) for simulating network switch.
My platform is Linux CentOS 6.4 Final
I have downloaded and compiled the latest version of source code (20130607) from here.
I'm trying to add pipe for relaying ip traffic between two subnets, and everything works fine. But as I try to set the queue size for pipe it fails.
Here is my command:
sudo ipfw pipe 1 config delay 64ms plr 0 bw 1000Mbit/s queue 100Kbytes
Here is the output:
ipfw: queue size must be < 4B
Any help or advice is greatly appreciated.