ipfw list pipe
/sbin/ipfw -q pipe 1 config delay 10ms bw 2Mbit/s
#======================================================================================# define dummynet pipes#======================================================================================pipe 10000 config bw 40Mbit/s queue 2 buckets 1 type fq_codel delay 10 target 5 interval 100 ecn quantum 1514 limit 1000 flows 1024pipe 10001 config bw 1700Kbit/s buckets 1 type fq_codel delay 10 target 5 interval 100 ecn quantum 1514 limit 1000 flows 1024
10000: 15.000 Mbit/s 0 ms burst 0q75536 50 sl. 0 flows (1 buckets) sched 10000 weight 0 lmax 0 pri 0 droptail sched 75536 type FIFO flags 0x0 0 buckets 0 active
#======================================================================================# define dummynet pipes#======================================================================================pipe 10000 config bw 15Mbit/s type fq_codel delay 100 ecn quantum 300
root@OPNsense:/usr/local/etc # ipfw pipe 10000 config bw 15Mbit/s type fq_codel delay 100 ecn quantum 300delay is Invalid parameter100 is Invalid parameter
ipfw pipe 10000 config delay 100 bw 15Mbit/s type fq_codel ecn quantum 300
root@OPNsense:/usr/local/etc # ipfw pipe 10000 show10000: 15.000 Mbit/s 100 ms burst 0q75536 50 sl. 0 flows (1 buckets) sched 10000 weight 0 lmax 0 pri 0 droptail sched 75536 type FIFO flags 0x0 0 buckets 0 active
opnsense-patch ff547eb