Be more verbose about altq SYNOPSIS and add more linkage in the relating pf

documents.

Inspired by:	scottl
Reviewed by:	Brad Davis <so14kNOso14kSPAMcom>
MFC after:	3 days
This commit is contained in:
Max Laier 2005-02-07 11:46:36 +00:00
parent aab8b1b55f
commit 8624b327d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141456
3 changed files with 20 additions and 1 deletions

View File

@ -828,6 +828,7 @@ main(int argc, char *argv[])
.Ed
.Sh SEE ALSO
.Xr ioctl 2 ,
.Xr altq 4 ,
.Xr bridge 4 ,
.Xr pflog 4 ,
.Xr pfsync 4 ,

View File

@ -627,6 +627,14 @@ For example,
scrub in on $ext_if all fragment reassemble
.Ed
.Sh QUEUEING/ALTQ
The ALTQ system is currently not available in the GENERIC kernel nor as
loadable modules.
In order to use the herein after called queueing options one has to use a
custom built kernel.
Please refer to the
.Xr altq 4
manpage to learn about the related kernel options.
.Pp
Packets can be assigned to queues for the purpose of bandwidth
control.
At least two declarations are required to configure queues, and later
@ -2642,6 +2650,7 @@ for the moment.
This workaround will still produce the LOR, but Giant will protect from the
deadlock.
.Sh SEE ALSO
.Xr altq 4 ,
.Xr icmp 4 ,
.Xr icmp6 4 ,
.Xr ip 4 ,

View File

@ -25,12 +25,21 @@
.\"
.\" $FreeBSD$
.\"
.Dd December 24, 2004
.Dd February 07, 2005
.Dt ALTQ 4
.Os
.Sh NAME
.Nm ALTQ
.Nd "alternate queuing of network packets"
.Sh SYNOPSIS
.Cd options ALTQ
.Pp
.Cd options ALTQ_CBQ
.Cd options ALTQ_RED
.Cd options ALTQ_RIO
.Cd options ALTQ_HFSC
.Cd options ALTQ_CDNR
.Cd options ALTQ_PRIQ
.Sh DESCRIPTION
The
.Nm