Received: by mail.netbsd.org (Postfix, from userid 605) id 51A7885F05; Sat, 27 Aug 2016 14:39:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D154F85F02 for ; Sat, 27 Aug 2016 14:39:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id t56Gmq1e0wnG for ; Sat, 27 Aug 2016 14:39:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7BA8D85E00 for ; Sat, 27 Aug 2016 14:39:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 764CDFBC3; Sat, 27 Aug 2016 14:39:10 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 27 Aug 2016 14:39:10 +0000 From: "Manuel Bouyer" Subject: CVS commit: [netbsd-6] src/sys/netinet To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20160827143910.764CDFBC3@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Manuel Bouyer" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: bouyer Date: Sat Aug 27 14:39:10 UTC 2016 Modified Files: src/sys/netinet [netbsd-6]: ip_carp.c Log Message: Pull up following revision(s) (requested by is in ticket #1394): sys/netinet/ip_carp.c: revision 1.76 Print the IPv6 or IPv4 source addresses of packets with wrong hash, to help debugging. To generate a diff of this commit: cvs rdiff -u -r1.47.4.3 -r1.47.4.4 src/sys/netinet/ip_carp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.