From owner-freebsd-net@FreeBSD.ORG Mon Apr 9 19:40:19 2012 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F1AF106564A for ; Mon, 9 Apr 2012 19:40:19 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from nk11p00mm-asmtp007.mac.com (nk11p00mm-asmtp007.mac.com [17.158.161.6]) by mx1.freebsd.org (Postfix) with ESMTP id 1244F8FC0A for ; Mon, 9 Apr 2012 19:40:19 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com (unknown [17.209.4.71]) by nk11p00mm-asmtp007.mac.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPSA id <0M28008Q29B0WD40@nk11p00mm-asmtp007.mac.com> for net@freebsd.org; Mon, 09 Apr 2012 19:40:13 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.6.7498,1.0.260,0.0.0000 definitions=2012-04-09_03:2012-04-09, 2012-04-09, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1204090225 From: Chuck Swiger In-reply-to: Date: Mon, 09 Apr 2012 12:40:12 -0700 Message-id: <3E121686-49C9-4F64-94B6-E628912BAFBA@mac.com> References: <20120409125922.GA38663@onelab2.iet.unipi.it> To: Randy Bush X-Mailer: Apple Mail (2.1084) Cc: Luigi Rizzo , FreeBSD Net Subject: Re: dummynet dummy X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2012 19:40:19 -0000 On Apr 9, 2012, at 12:33 PM, Randy Bush wrote: >> dum0# ipfw 900 pipe 1 config queue 20 delay 10ms >> remove the '900' >> ipfw pipe 1 config queue 20 delay 10ms > > thanks! but ... > > sure, it's not really part of the programmitic sequence. but one can > not see it's there! > > randy > > dum0# ipfw show > 00100 0 0 deny log ip from any to any ipoptions ssrr,lsrr,rr [ ... ] The configuration for a pipe isn't part of ruleset order #'s. Try "ipfw pipe show" instead.... Regards, -- -Chuck