>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     [email protected]:/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:
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to