Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 09:58:56 GMT
From:      Jens Kassel <jens.kassel@aptilo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/178317: IPFW options need to specifed in specific order
Message-ID:  <201305030958.r439wuTU030940@red.freebsd.org>
Resent-Message-ID: <201305031000.r43A01AP063890@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@.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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305030958.r439wuTU030940>