From owner-freebsd-net@freebsd.org Thu Sep 29 16:24:04 2016 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51B85C01899 for ; Thu, 29 Sep 2016 16:24:04 +0000 (UTC) (envelope-from ben.rubson@gmail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA34D837 for ; Thu, 29 Sep 2016 16:24:03 +0000 (UTC) (envelope-from ben.rubson@gmail.com) Received: by mail-wm0-x236.google.com with SMTP id b4so38872057wmb.0 for ; Thu, 29 Sep 2016 09:24:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=bgUg058/gLyTHIAfhg9P1C2/4FEUh6a2EOx2ixfRFl4=; b=Qk/Y9q+WAbedkHyXdi8ibm/g/pRsZjQNC9zCpvsyfZFwko02KlsR1uDc603mTHBuCA J7BrY18OVplubz/EhRFdquA+0b3D8cdxh8r33vA0xQsJL8ChRhAwzSKWi61r6wqquWGF PTwmKa68z7mNi60z6DsrxgjMDhW0LC/iYX6zQTpTUpP6QuB8sfaSgO6eiCPuawy/QgBC pD4mcMCy4TuNO+ogVK6mDJR3rVed460KCkvI8waDp7dA1GvBz+D/BofQ2rTmITyTgBYX 9G8Z4wrsPMXjs6eUYzHs+OK7fMEM3sg41VcgDYQSfXpaPzGy2OoRYGhQS9NClb/+gPdI g73g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=bgUg058/gLyTHIAfhg9P1C2/4FEUh6a2EOx2ixfRFl4=; b=JteaLt5tmdEqGR3oXso8tn7JUXqkYVfdVXHryV8qB7WM1BLV5TKzg/uu6sH4uP7s0F dvBqwugDHDKP13yIcrBMo7wIjcbtTouFrMvAo5GgJS2c76y3Z+lMTTT2Kh/MJgJViJNe ml62ZgKCYMIVgLkgqlItAljaETl8saolEfwqyNp+NhcqtKzUR6w5I2dp3+aaseUy15gK tiNOwO/TdFqndUwbIh64NikWpyxDx/s9kzAUIA4GOfw1G0XFv3PFt/RGWBJEWVqC/Vb/ TI5OAKAHgb3MMkcd7yPzCAH/MCWQ/PEWanpAKXePIi4OXvJEB0FABx4Tbw/H2saoQ029 nl2w== X-Gm-Message-State: AA6/9RnpLjxy8kuUoOuAjVoIlSTad/ZTlLz5xGXswwdS29wV/Vfu7GuSVvrfMiCYM5OnHA== X-Received: by 10.194.20.65 with SMTP id l1mr2243387wje.71.1475166241753; Thu, 29 Sep 2016 09:24:01 -0700 (PDT) Received: from macbook-air-de-benjamin-1.home (LFbn-1-7159-4.w90-116.abo.wanadoo.fr. [90.116.90.4]) by smtp.gmail.com with ESMTPSA id qa7sm14839370wjc.39.2016.09.29.09.24.00 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 29 Sep 2016 09:24:01 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: netstat counts input traffic twice From: Ben RUBSON In-Reply-To: Date: Thu, 29 Sep 2016 18:23:59 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <646C16E2-EF0B-4DC7-B4B3-B3ECE229AB4D@gmail.com> References: <94953762-4397-476D-AD61-A39914F27938@gmail.com> <6d052c64-2ca2-7839-c297-e764634be648@selasky.org> <4f5a88f4-03e7-482f-b963-ab65eeee0136@selasky.org> To: FreeBSD Net X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 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, 29 Sep 2016 16:24:04 -0000 > On 29 Sep 2016, at 11:09, Hans Petter Selasky wrote: >=20 > Hi, >=20 > Can you revert the previouis patch try the new attached patch on 10.x = and 11.x. It should fix the issue. HPS, Good news, it fixes the issue, thank you very much ! What was the root-cause and how did you solved it ? Thank you again, Ben