summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2014-04-18 11:18:41 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2014-04-18 11:18:41 +0000
commit4d2535798596e7ab5e4b7f1f6de3cf8e7e899fbd (patch)
tree6f8184945ea1659879b43f04605ff4289cb29703 /share/man/man4
parent50f2b851643a552d5b46a62cf7b40fa437565b01 (diff)
stop talking about altq
this manpage needs a bigger sync with reality...
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/pf.459
1 files changed, 2 insertions, 57 deletions
diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4
index c9b9777a9d3..b0a699c3b22 100644
--- a/share/man/man4/pf.4
+++ b/share/man/man4/pf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pf.4,v 1.83 2014/01/21 03:15:46 schwarze Exp $
+.\" $OpenBSD: pf.4,v 1.84 2014/04/18 11:18:40 henning Exp $
.\"
.\" Copyright (C) 2001, Kjell Wooding. All rights reserved.
.\"
@@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 21 2014 $
+.Dd $Mdocdate: April 18 2014 $
.Dt PF 4
.Os
.Sh NAME
@@ -88,11 +88,6 @@ commands, available through
Start the packet filter.
.It Dv DIOCSTOP
Stop the packet filter.
-.It Dv DIOCSTARTALTQ
-Start the ALTQ bandwidth control system (see
-.Xr altq 9 ) .
-.It Dv DIOCSTOPALTQ
-Stop the ALTQ bandwidth control system.
.It Dv DIOCADDRULE Fa "struct pfioc_rule *pr"
.Bd -literal
struct pfioc_rule {
@@ -129,16 +124,6 @@ struct pfioc_queue {
struct pf_queuespec queue;
};
.Ed
-.It Dv DIOCADDALTQ Fa "struct pfioc_altq *pa"
-Add an ALTQ discipline or queue.
-.Bd -literal
-struct pfioc_altq {
- u_int32_t action;
- u_int32_t ticket;
- u_int32_t nr;
- struct pf_altq altq;
-};
-.Ed
.It Dv DIOCGETRULES Fa "struct pfioc_rule *pr"
Get a
.Va ticket
@@ -197,42 +182,6 @@ of length
.Va nbytes ,
for the queue specified by
.Va nr .
-.It Dv DIOCGETALTQS Fa "struct pfioc_altq *pa"
-Get a
-.Va ticket
-for subsequent
-.Dv DIOCGETALTQ
-calls and the number
-.Va nr
-of queues in the active list.
-.It Dv DIOCGETALTQ Fa "struct pfioc_altq *pa"
-Get the queueing discipline
-.Va altq
-by its number
-.Va nr
-using the
-.Va ticket
-obtained through a preceding
-.Dv DIOCGETALTQS
-call.
-.It Dv DIOCGETALTQSTATS Fa "struct pfioc_altqstats *pq"
-Get the statistics on an ALTQ queue.
-.Bd -literal
-struct pfioc_altqstats {
- u_int32_t ticket;
- u_int32_t nr;
- void *buf;
- int nbytes;
- u_int8_t scheduler;
-};
-.Ed
-.Pp
-This call fills in a pointer to the buffer of statistics
-.Va buf ,
-of length
-.Va nbytes ,
-for the queue specified by
-.Va nr .
.It Dv DIOCGETRULESETS Fa "struct pfioc_ruleset *pr"
.Bd -literal
struct pfioc_ruleset {
@@ -426,7 +375,6 @@ indicates the rule number against which
or
.Dv PF_CHANGE_REMOVE
actions are applied.
-.\" It Dv DIOCCHANGEALTQ Fa "struct pfioc_altq *pcr"
.It Dv DIOCSETTIMEOUT Fa "struct pfioc_tm *pt"
.Bd -literal
struct pfioc_tm {
@@ -823,8 +771,6 @@ can be one of the following:
.Bl -tag -width PF_TRANS_RULESET -offset ind -compact
.It Dv PF_TRANS_RULESET
Filter rules.
-.It Dv PF_TRANS_ALTQ
-ALTQ disciplines.
.It Dv PF_TRANS_TABLE
Address tables.
.El
@@ -1143,7 +1089,6 @@ main(int argc, char *argv[])
.Xr pfsync 4 ,
.Xr pf.conf 5 ,
.Xr pfctl 8 ,
-.Xr altq 9
.Sh HISTORY
The
.Nm