]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ipfw: Introduce dnctl
authorKristof Provost <kp@FreeBSD.org>
Tue, 25 May 2021 14:54:32 +0000 (16:54 +0200)
committerKristof Provost <kp@FreeBSD.org>
Tue, 14 Sep 2021 08:16:02 +0000 (10:16 +0200)
commit18fecda9360530bd616af5181554122db111d96b
treed92079a42108ec06f80b5e4b65a95dd2a76bdb72
parentdc9a98e8ef7304696c1740e12c38c99e8a2aa5f0
ipfw: Introduce dnctl

Introduce a link to the ipfw command, dnctl, for dummynet configuration.
dnctl only handles dummynet configuration, and is part of the effort to
support dummynet in pf.

/sbin/ipfw continues to accept pipe, queue and sched commands, but these can
now also be issued via the new dnctl command.

Reviewed by: donner
MFC after: 2 weeks
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D30465

(cherry picked from commit 0b95680e077b7ef5bc6930c7c0f1a41106251d5d)
sbin/ipfw/Makefile
sbin/ipfw/ipfw.8
sbin/ipfw/ipfw2.c
sbin/ipfw/ipfw2.h
sbin/ipfw/main.c