Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=tk9lEbG0; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=w2+SX+X/ Received: by mail.netbsd.org (Postfix, from userid 605) id AFFDD84F2E; Thu, 18 Apr 2024 16:26:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713457609; bh=CNY/+4VJz38vK9ON+gZoq9k3X2gwFePg9cG87apnQOQ=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=tk9lEbG0GmgoITXVA/H106DNh1KNwQRMUyJklGG6BqohWclRdKuik+oOdHC4QL6ir JekbzcDng38/IvYTTgH4n7vt7uOsYQSD4cWuZy29rka7koBe+ilvm/i5wr1QbL10wE pncDN9tr0WTAJmyNRlK/Q2xkmPd9kr4zSYxuYtRA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 90CA584F2F for ; Thu, 18 Apr 2024 16:26:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 7UyEAD2mIut9 for ; Thu, 18 Apr 2024 16:26:48 +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 2B39E84CE2 for ; Thu, 18 Apr 2024 16:26:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713457608; bh=CNY/+4VJz38vK9ON+gZoq9k3X2gwFePg9cG87apnQOQ=; h=Date:From:Subject:To:Reply-To; b=w2+SX+X/XHJsZqGGS8WPgT+c78Zay8UzqCkYWcl/bR1nyTsUP1o/PD1gCgTdoQGrf pMO1uSnkgkwUEWPHz6zUyHz/pAj1aYhEPEeZSNFeiwQRHO4ULM99W6YcVpSVHUJpji 01QzY5fh7jBzLHMkXbE1gijJYVw0fgHrLhjcEGUs= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 18601FA2C; Thu, 18 Apr 2024 16:26:48 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 18 Apr 2024 16:26:48 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/sbin/ifconfig To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240418162648.18601FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Thu Apr 18 16:26:48 UTC 2024 Modified Files: src/sbin/ifconfig [netbsd-10]: ifconfig.8 Log Message: Pull up following revision(s) (requested by andvar in ticket #660): sbin/ifconfig/ifconfig.8: revision 1.126 sbin/ifconfig/ifconfig.8: revision 1.127 sbin/ifconfig/ifconfig.8: revision 1.128 sbin/ifconfig/ifconfig.8: revision 1.129 Added documents about parameters related to lagg(4) PR misc/58125 Correct a very minor typo (s/id/is/) ifconfig(8): move laggportpri next to laggport Update the date of the documentation to reflect recent changes. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.124.2.1 src/sbin/ifconfig/ifconfig.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.