]> 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>
Wed, 8 Sep 2021 15:17:50 +0000 (17:17 +0200)
commit0b95680e077b7ef5bc6930c7c0f1a41106251d5d
tree5527a0910bf44a65d53736a849cd7f428cb55586
parentaab1d593b2ec2c24a808eed39c39890b066d5fba
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
sbin/ipfw/Makefile
sbin/ipfw/ipfw.8
sbin/ipfw/ipfw2.c
sbin/ipfw/ipfw2.h
sbin/ipfw/main.c