From owner-freebsd-net@FreeBSD.ORG Mon Jun 10 13:45:07 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A4D04A61; Mon, 10 Jun 2013 13:45:07 +0000 (UTC) (envelope-from ermal.luci@gmail.com) Received: from mail-qe0-f48.google.com (mail-qe0-f48.google.com [209.85.128.48]) by mx1.freebsd.org (Postfix) with ESMTP id 5B96A192C; Mon, 10 Jun 2013 13:45:07 +0000 (UTC) Received: by mail-qe0-f48.google.com with SMTP id 2so3971540qea.7 for ; Mon, 10 Jun 2013 06:45:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=yH5TjYWnRpohRBaxsxHWsQDPtZVg717Q6dr45wuzkVM=; b=fbwKbDYq86V3tgOnrkuMAuTFhPYeAHoStRN3qCWNfC2ucik8jAXSs1ZiJ/d4dNCa0i dzXn4Nh5DToISxIOtP57uJ9M3cs+TbwfnO6lXzuFVdtQZE5+feUETQYPsRlRJsvvdwHn 8JgXfggl/LFOtGkPH7fmjyr8DTFHlDIC9PUxxzaLM+SlGIhMb39VjB1TDnF3GDx01UJP XwfPdxX+S0/CCCVkhm4xWkHIbvnBgXuPccs+IuIMF7OmSRjGU+J6Ce2vGg28vFgCns25 NQdKRJtC9KXFOuS63dyP0X5M8+/R4u8rq/NAg6ph6u375YM1M0futVWSMT4WLGnXUXyD IR5A== MIME-Version: 1.0 X-Received: by 10.49.132.69 with SMTP id os5mr10669760qeb.48.1370871901704; Mon, 10 Jun 2013 06:45:01 -0700 (PDT) Sender: ermal.luci@gmail.com Received: by 10.49.51.8 with HTTP; Mon, 10 Jun 2013 06:45:01 -0700 (PDT) Date: Mon, 10 Jun 2013 15:45:01 +0200 X-Google-Sender-Auth: 2UfEIZXahz9JuLRxz24ESJm1igg Message-ID: Subject: [PATCH] dummynet(4) patch for pf(4) From: =?ISO-8859-1?Q?Ermal_Lu=E7i?= To: freebsd-net , "freebsd-pf@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 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, 10 Jun 2013 13:45:07 -0000 Hello, the patch at location [1] implements support for dummynet into pf(4). The patch has been tested and confirmed working without issues into pfSense. Any objections to integrating this into FreeBSD? [1] https://github.com/pfsense/pfsense-tools/blob/master/patches/RELENG_10_0/dummynet.RELENG_10.diff -- Ermal