From owner-freebsd-ipfw@FreeBSD.ORG Mon Oct 13 22:15:35 2014 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A29C302 for ; Mon, 13 Oct 2014 22:15:35 +0000 (UTC) Received: from mail-oi0-f43.google.com (mail-oi0-f43.google.com [209.85.218.43]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 664748DF for ; Mon, 13 Oct 2014 22:15:35 +0000 (UTC) Received: by mail-oi0-f43.google.com with SMTP id u20so14454919oif.2 for ; Mon, 13 Oct 2014 15:15:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=9eWvLmDeZLDZQ76DZDtoNdWax2ey1vRVOzEeQNvYnCA=; b=NpoqVNGnZ0BTQ8bZI62JhXXKvD9NcQsWb+KrYjpPAs42NzisxYYh7Zrmvpp1RM0FHW 6dS/ZbmEKzRLEtM9Li7utfCDyU0PcbIe8JJpbRnjRI/bHtC4UHuX/46YSqz5bQL0KD93 tHFVDYIfgSyuM1nX+qkKSnkiLHKWySKozu/gkkDWcUxlT0neXL1QetCejIJF7tSYAWuY 26fnqF3c9Zym4QvAlAlCzEpMwDyvVGiNiKl5azOF/QoHKYFCFOosVzKVr9mZVtfasMGV jAs+iZMYsvKH+DsbTj3aeK5umnmLXuyGOYbCI3SXJgZCb5U0dXkwUnl25r2i7Xl+/gWM vnOQ== X-Gm-Message-State: ALoCoQmIxUkxUv8/+w0ywqyprVskZ0V92N9pP3llFUZckBZcJrMcf+MQZk8P4snow9Sb3UNzjdUE MIME-Version: 1.0 X-Received: by 10.202.3.70 with SMTP id 67mr897337oid.69.1413238534670; Mon, 13 Oct 2014 15:15:34 -0700 (PDT) Received: by 10.60.220.134 with HTTP; Mon, 13 Oct 2014 15:15:34 -0700 (PDT) In-Reply-To: References: <543C4825.6030901@nyi.net> Date: Mon, 13 Oct 2014 15:15:34 -0700 Message-ID: Subject: Re: FreeBSD max pipe size? From: Michael Sierchio To: "freebsd-ipfw@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2014 22:15:35 -0000 On Mon, Oct 13, 2014 at 3:13 PM, Michael Sierchio wrote: > ipfw add pipe 10 from any to any in recv $ext_if > ipfw add pipe 20 from any to any out xmit $ext_if Obviously a scrivener's error, and meant ipfw add pipe 10 ip from any to any in recv $ext_if ipfw add pipe 20 ip from any to any out xmit $ext_if