misc/178317: IPFW options need to specifed in specific order

Jens Kassel jens.kassel at aptilo.com
Fri May 3 10:00:01 UTC 2013


>Number:         178317
>Category:       misc
>Synopsis:       IPFW options need to specifed in specific order
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 03 10:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jens Kassel
>Release:        FreeBSD 8.4-RC2
>Organization:
Aptilo Networks
>Environment:
FreeBSD jensg8.lab.sth.aptilo.com 8.4-RC2 FreeBSD 8.4-RC2 #7: Thu May  2 12:54:17 CEST 2013     root at .aptilo.local:/usr/obj/usr/src/sys/CONFIG-8  i386
>Description:
In FreeBSD 7.2 this command was successful

ipfw pipe 3 config bw 1000000kbit/s mask src-ip 0xffffffff queue 92

but with current FreeBSD 8.4-RC2 i must run the command as

ipfw pipe 3 config bw 1000000kbit/s queue 92 mask src-ip 0xffffffff

otherwise I get the error

ipfw: unrecognised option ``92''

Accordning to man page both ways should be correct.
>How-To-Repeat:

>Fix:
Switch order of arguments.

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list