From owner-freebsd-bugs@FreeBSD.ORG Fri May 3 10:00:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8048C8A6 for ; Fri, 3 May 2013 10:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4DBEF1442 for ; Fri, 3 May 2013 10:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r43A01vX063891 for ; Fri, 3 May 2013 10:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r43A01AP063890; Fri, 3 May 2013 10:00:01 GMT (envelope-from gnats) Resent-Date: Fri, 3 May 2013 10:00:01 GMT Resent-Message-Id: <201305031000.r43A01AP063890@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jens Kassel Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CF7F687E for ; Fri, 3 May 2013 09:58:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [69.147.83.34]) by mx1.freebsd.org (Postfix) with ESMTP id C22DF141E for ; Fri, 3 May 2013 09:58:56 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r439wuKF030941 for ; Fri, 3 May 2013 09:58:56 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r439wuTU030940; Fri, 3 May 2013 09:58:56 GMT (envelope-from nobody) Message-Id: <201305030958.r439wuTU030940@red.freebsd.org> Date: Fri, 3 May 2013 09:58:56 GMT From: Jens Kassel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/178317: IPFW options need to specifed in specific order X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 10:00:01 -0000 >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: