Date: Fri, 24 Sep 2021 09:43:52 GMT From: Kristof Provost <kp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: cc1ce085b81f - main - man dummynet: point to dnctl instead of ipfw Message-ID: <202109240943.18O9hqfx081114@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=cc1ce085b81fbaec4ec0ddcafccc8793da032106 commit cc1ce085b81fbaec4ec0ddcafccc8793da032106 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2021-09-10 09:50:55 +0000 Commit: Kristof Provost <kp@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109240943.18O9hqfx081114>