From owner-freebsd-net@FreeBSD.ORG Mon Apr 9 19:41:07 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 CFA1D106567A for ; Mon, 9 Apr 2012 19:41:07 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 88ACF8FC16 for ; Mon, 9 Apr 2012 19:41:07 +0000 (UTC) Received: by yhgm50 with SMTP id m50so2446922yhg.13 for ; Mon, 09 Apr 2012 12:41:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=M7QGHvP6DAy9fjtI1RQihnlTgziqrnhQc5oSAPt51Yc=; b=lTfmv3/XHyP3795r+H1QNTty8rkcX7p+ySRo+gUOSZ3LKSrMTRPOzBhCfxAT6aHWf/ Y53uun/Xb4j2RjsiJe7uMSp9/l0I8oX1tByXZSABO6yJvQ3PH0cEGG5oXePuwbwzZfPI BxQ5Q6NXBJNYaPIW1NsREWfGBpQWPESopQbfCxwEUjmXPCga8DZiInvl4txfhyvum29P mEGOXl5F+UFUF7izCM6MGF+/W3tZfsYBcifDOkma+xhLbfUeoms1OHK89dWCzsT36MBd dKgYeB9vaio6sSgPOV7C+h6UWevYgsqWLnbdF5QoFjT+djVuBaIH7UO5WOefTKYUrUfR KQZg== MIME-Version: 1.0 Received: by 10.236.72.133 with SMTP id t5mr6966903yhd.94.1334000467056; Mon, 09 Apr 2012 12:41:07 -0700 (PDT) Received: by 10.236.176.36 with HTTP; Mon, 9 Apr 2012 12:41:07 -0700 (PDT) In-Reply-To: References: <20120409125922.GA38663@onelab2.iet.unipi.it> Date: Mon, 9 Apr 2012 12:41:07 -0700 Message-ID: From: Michael Sierchio To: Randy Bush X-Gm-Message-State: ALoCoQlT4FJib89c+kBaRpxlYnFE9OVgCUoEg38NOEQPKOtHa1arMICq4D8350sqJnHJO3gFgypE Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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:41:07 -0000 ipfw show (or list) shows rules and their state ipfw pipe show or ipfw queue show yields interesting results. - M