diff options
author | mlaier <mlaier@FreeBSD.org> | 2005-02-07 11:46:36 +0000 |
---|---|---|
committer | mlaier <mlaier@FreeBSD.org> | 2005-02-07 11:46:36 +0000 |
commit | 8b6d2b4fe707f75f3b4398e1a37919d2c1266cb8 (patch) | |
tree | 341b55ab6fb687590000f22ea4bcdd47c0fc68ce /contrib/pf | |
parent | 72740fc657ad52c7034b4ed6957d4bec3a6d5f0d (diff) | |
download | FreeBSD-src-8b6d2b4fe707f75f3b4398e1a37919d2c1266cb8.zip FreeBSD-src-8b6d2b4fe707f75f3b4398e1a37919d2c1266cb8.tar.gz |
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
Diffstat (limited to 'contrib/pf')
-rw-r--r-- | contrib/pf/man/pf.4 | 1 | ||||
-rw-r--r-- | contrib/pf/man/pf.conf.5 | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/contrib/pf/man/pf.4 b/contrib/pf/man/pf.4 index f9dd361..f4595df 100644 --- a/contrib/pf/man/pf.4 +++ b/contrib/pf/man/pf.4 @@ -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 , diff --git a/contrib/pf/man/pf.conf.5 b/contrib/pf/man/pf.conf.5 index d9c2c47..78989a47 100644 --- a/contrib/pf/man/pf.conf.5 +++ b/contrib/pf/man/pf.conf.5 @@ -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 , |