Received: by mail.netbsd.org (Postfix, from userid 605) id 3734684EBA; Wed, 15 Apr 2020 20:31:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AF2BC84EB9 for ; Wed, 15 Apr 2020 20:31:58 +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 6MuKQXJCP8LA for ; Wed, 15 Apr 2020 20:31:58 +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 53EEB84CDB for ; Wed, 15 Apr 2020 20:31:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4CC09FB27; Wed, 15 Apr 2020 20:31:58 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 15 Apr 2020 20:31:58 +0000 From: "Kimmo Suominen" Subject: CVS commit: src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20200415203158.4CC09FB27@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: "Kimmo Suominen" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: kim Date: Wed Apr 15 20:31:58 UTC 2020 Modified Files: src/etc/rc.d: network src/share/man/man5: ifconfig.if.5 src/usr.sbin/rtsold: rtsold.8 Log Message: Add an "rtsol" keyword to ifconfig.if for enabling IPv6 RS/RA To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/etc/rc.d/network cvs rdiff -u -r1.18 -r1.19 src/share/man/man5/ifconfig.if.5 cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/rtsold/rtsold.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.