From owner-freebsd-stable@FreeBSD.ORG Thu Jul 10 21:43:18 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8A5281E for ; Thu, 10 Jul 2014 21:43:18 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0CBA27DF for ; Thu, 10 Jul 2014 21:43:18 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 6102DB91C; Thu, 10 Jul 2014 17:43:16 -0400 (EDT) From: John Baldwin To: Vlad Galu Subject: Re: Weird ISR accounting in 10-STABLE Date: Thu, 10 Jul 2014 17:41:50 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: <201407101430.52616.jhb@freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201407101741.50877.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 10 Jul 2014 17:43:16 -0400 (EDT) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2014 21:43:19 -0000 On Thursday, July 10, 2014 4:56:10 pm Vlad Galu wrote: > Good catch, why didn't I think of that earlier! I can see a lot of IPv6 > traffic that I can't really explain. Since I was running pf with synproxy I > disabled pf altogether, but that did not improve things. Here is a snapshot > (source IP address edited): Ok, try looking for the port numbers from your dump in sockstat output to see if you can map them to a specific process. -- John Baldwin