Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C3C4284DA5 for ; Fri, 4 Aug 2023 14:29:44 +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 3KW0rh-pzquZ for ; Fri, 4 Aug 2023 14:29:44 +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 5FF7A84CF8 for ; Fri, 4 Aug 2023 14:29:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5B943FBDB; Fri, 4 Aug 2023 14:29:44 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 4 Aug 2023 14:29:44 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/sys/netinet6 To: source-changes@NetBSD.org Approved: for-source-only Reply-To: martin@netbsd.org X-Mailer: log_accum Message-Id: <20230804142944.5B943FBDB@cvs.NetBSD.org> Module Name: src Committed By: martin Date: Fri Aug 4 14:29:44 UTC 2023 Modified Files: src/sys/netinet6 [netbsd-9]: in6.c ip6_output.c Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #1707): sys/netinet6/in6.c: revision 1.289 sys/netinet6/ip6_output.c: revision 1.234 in6: clear ND6_IFF_IFDISABLED to allow DAD again on link-up in6: don't send any IPv6 packets over a disabled interface To generate a diff of this commit: cvs rdiff -u -r1.275.2.1 -r1.275.2.2 src/sys/netinet6/in6.c cvs rdiff -u -r1.220.2.1 -r1.220.2.2 src/sys/netinet6/ip6_output.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.