From owner-freebsd-questions@FreeBSD.ORG Mon Aug 12 13:28:04 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 56F67482 for ; Mon, 12 Aug 2013 13:28:04 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D031B2DA8 for ; Mon, 12 Aug 2013 13:28:03 +0000 (UTC) Received: by mail-la0-f50.google.com with SMTP id fn20so4684064lab.9 for ; Mon, 12 Aug 2013 06:28:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=seX2U6+DqScNFp2QGDIF46Dq1UbxmC4Y0940q7Aocu4=; b=dCV7C/KcAmFpec4ox4zRWLlllz0jvG5xLZY2oRHnEPzojcWaz3s/H9RGEpALj0tQAv umkt6IhdqSpxYx3NS/KPAacje5uWnL1zTbAVXks81wEd6OUClMyS5q3NGu82QtOqHg8W PV5BbN5cvQ6Yq/ZYwyKg/S2y9ppa0mXgZM56ZNIqIYT17+SB7UUcHs6KUUNsSJBiQY74 gSQ/YbIZX2q+FIiQoUqEqToUSEeWAdNPVryAX/halCxvP+ak91twZIYNxHr5BxloOR1T vMSK+zCcL3W0eYhHhRyeFMjRhc9rLgiAGmiDxoPxhNmtEtcilTp/1z5ta1iG8lD5XKy5 ukFQ== X-Received: by 10.152.44.164 with SMTP id f4mr9833904lam.38.1376314081659; Mon, 12 Aug 2013 06:28:01 -0700 (PDT) Received: from [192.168.1.128] (mau.donbass.com. [92.242.127.250]) by mx.google.com with ESMTPSA id d9sm9395309lbf.2.2013.08.12.06.28.00 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 12 Aug 2013 06:28:01 -0700 (PDT) Message-ID: <5208E2E0.3010003@gmail.com> Date: Mon, 12 Aug 2013 16:28:00 +0300 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130809 Thunderbird/17.0.8 MIME-Version: 1.0 To: Fbsd8 Subject: Re: if_bridge and ng_netflow References: <5204B0A9.8020508@gmail.com> <522F23D5.60909@a1poweruser.com> In-Reply-To: <522F23D5.60909@a1poweruser.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 13:28:04 -0000 10.08.2013 16:51, Fbsd8 wrote: > if_bridge is relatively new in FreeBSD. Netgraph precedes if_bridge and > is un-aware of if_bridge. Change your if_bridge definition to a > ng bridge definition and everything your trying to do should fall into > place. ng_bridge lacks some if_bridge goodies like passing by traffic filtering and stp. However yes, ng_bridge works for me and I can compose a good bridge and even record netflow without data duplication. -- Sphinx of black quartz, judge my vow.