From owner-freebsd-net@FreeBSD.ORG Thu Jan 28 16:32:54 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D1DE106566C for ; Thu, 28 Jan 2010 16:32:54 +0000 (UTC) (envelope-from tiffolk@gmail.com) Received: from mail-yw0-f194.google.com (mail-yw0-f194.google.com [209.85.211.194]) by mx1.freebsd.org (Postfix) with ESMTP id 11FA68FC1C for ; Thu, 28 Jan 2010 16:32:53 +0000 (UTC) Received: by ywh32 with SMTP id 32so157937ywh.14 for ; Thu, 28 Jan 2010 08:32:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Y3/DAqhINvPOXMksVo+8Dc6V/0MiqByUXmDeN5qX6Uk=; b=hxboD8TukN5bb2nb7x4cV56euFoy9N3u2zBqbaUjqhsgD0IPBS5+NrsslcO3uH/jkP 6oN44B3B3QuhWXRTsBRWrGihLV611VfQv4yppllGKLlBSTrkrzGMobUHDRO7it8OTIxz WseSK+ZgjtH/tPxR3U6eC8j3mC0qkNwEdaXMM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=BxStKevL7hpzAZ8y3mGCwS6nRTJigfGkAGanJC0woWGRmTguHx2PfxEvTgYONNhB/a I81XlgDhyApU14tz8UgVYtxjYZ+huFqoNEW+0wE8stqs8xJCywNmgMpr1zckitkDqvLi U1QodxwOsnHKnwGuxG4lxuuofLiYQGpkoql5A= MIME-Version: 1.0 Received: by 10.102.171.37 with SMTP id t37mr5466901mue.92.1264694786633; Thu, 28 Jan 2010 08:06:26 -0800 (PST) Date: Thu, 28 Jan 2010 19:06:26 +0300 Message-ID: <7c263eca1001280806x6e07ccc7xe4ef49aa566aa926@mail.gmail.com> From: Vladimir Osipenko To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Packets disappear after ngtee rule 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: Thu, 28 Jan 2010 16:32:54 -0000 Good day! I have a FreeBSD shaping bridge based on lagg+dummynet, this is a part from ruleset: 03001 20 7840 ngtee 10 ip from any to any out xmit lagg1 03003 0 0 allow log ip from any to any So, the problem is that packets after passing rule with ngtee disappear (droped?) and are not returned back to the next rule. net.inet.ip.fw.one_pass: 0 So, as I understand, ng_ipfw must return packets back, but it does not. Can someone give me a hint where to look or what to check more?