Received: by mail.netbsd.org (Postfix, from userid 605) id 732DE85609; Fri, 17 Mar 2017 17:26:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 00E7D85608 for ; Fri, 17 Mar 2017 17:26:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id txApkSTksuJm for ; Fri, 17 Mar 2017 17:26:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9F6FB85607 for ; Fri, 17 Mar 2017 17:26:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 92CD9FBE4; Fri, 17 Mar 2017 17:26:20 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 17 Mar 2017 17:26:20 +0000 From: "Roy Marples" Subject: CVS commit: src/sys/netinet To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170317172620.92CD9FBE4@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: "Roy Marples" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: roy Date: Fri Mar 17 17:26:20 UTC 2017 Modified Files: src/sys/netinet: in.c Log Message: Add the local route after finishing the configuration of the address. This fixes the issue where the initial address announced had an invalid broadcast address. To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/sys/netinet/in.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.