From owner-dev-commits-src-main@freebsd.org Fri Sep 24 09:43:53 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3788C6697FB; Fri, 24 Sep 2021 09:43:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HG6YP18Xyz4crG; Fri, 24 Sep 2021 09:43:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 074F81482B; Fri, 24 Sep 2021 09:43:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18O9hqiD081115; Fri, 24 Sep 2021 09:43:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18O9hqfx081114; Fri, 24 Sep 2021 09:43:52 GMT (envelope-from git) Date: Fri, 24 Sep 2021 09:43:52 GMT Message-Id: <202109240943.18O9hqfx081114@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Kristof Provost Subject: git: cc1ce085b81f - main - man dummynet: point to dnctl instead of ipfw MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kp X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cc1ce085b81fbaec4ec0ddcafccc8793da032106 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2021 09:43:53 -0000 The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=cc1ce085b81fbaec4ec0ddcafccc8793da032106 commit cc1ce085b81fbaec4ec0ddcafccc8793da032106 Author: Kristof Provost AuthorDate: 2021-09-10 09:50:55 +0000 Commit: Kristof Provost CommitDate: 2021-09-24 09:41:25 +0000 man dummynet: point to dnctl instead of ipfw Dummynet configuration is ideally done through dnctl now. While ipfw still works dnctl is preferred now that dummynet can also be used with pf. MFC after: 2 weeks Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D31902 --- share/man/man4/dummynet.4 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/share/man/man4/dummynet.4 b/share/man/man4/dummynet.4 index 65571b3dde1f..34655f3a31d2 100644 --- a/share/man/man4/dummynet.4 +++ b/share/man/man4/dummynet.4 @@ -1,7 +1,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 28, 2002 +.Dd September 10, 2021 .Dt DUMMYNET 4 .Os .Sh NAME @@ -18,9 +18,9 @@ management policies, and emulating delays and losses. The user interface for .Nm is implemented by the -.Xr ipfw 8 +.Xr dnctl 8 utility, so please refer to the -.Xr ipfw 8 +.Xr dnctl 8 manpage for a complete description of the .Nm capabilities and how to use it. @@ -61,6 +61,7 @@ pipes. .Xr if_bridge 4 , .Xr ip 4 , .Xr ipfw 8 , +.Xr dnctl 8 , .Xr sysctl 8 .Sh HISTORY The