pfctl.8 (a8a95277363be2c92b3c06bd9cd1a32d1c6c6ecd) pfctl.8 (6463b6b59152fb1695bbe0de78f6e2675c5a765a)
1.\" $OpenBSD: pfctl.8,v 1.138 2008/06/10 20:55:02 mcbride Exp $
2.\"
3.\" Copyright (c) 2001 Kjell Wooding. All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 10 unchanged lines hidden (view full) ---

19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
1.\" $OpenBSD: pfctl.8,v 1.138 2008/06/10 20:55:02 mcbride Exp $
2.\"
3.\" Copyright (c) 2001 Kjell Wooding. All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 10 unchanged lines hidden (view full) ---

19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
27.Dd July 23, 2024
27.Dd November 20, 2024
28.Dt PFCTL 8
29.Os
30.Sh NAME
31.Nm pfctl
32.Nd control the packet filter (PF) device
33.Sh SYNOPSIS
34.Nm pfctl
35.Bk -words

--- 465 unchanged lines hidden (view full) ---

501refers to the time they were added to the table.
502.It Fl T Cm replace
503Replace the addresses of the table.
504Automatically create a nonexisting table.
505.It Fl T Cm show
506Show the content (addresses) of a table.
507.It Fl T Cm test
508Test if the given addresses match a table.
28.Dt PFCTL 8
29.Os
30.Sh NAME
31.Nm pfctl
32.Nd control the packet filter (PF) device
33.Sh SYNOPSIS
34.Nm pfctl
35.Bk -words

--- 465 unchanged lines hidden (view full) ---

501refers to the time they were added to the table.
502.It Fl T Cm replace
503Replace the addresses of the table.
504Automatically create a nonexisting table.
505.It Fl T Cm show
506Show the content (addresses) of a table.
507.It Fl T Cm test
508Test if the given addresses match a table.
509.It Fl T Cm zero
510Clear all the statistics of a table.
509.It Fl T Cm zero Op Ar address ...
510Clear all the statistics of a table, or only for specified addresses.
511.It Fl T Cm load
512Load only the table definitions from
513.Xr pf.conf 5 .
514This is used in conjunction with the
515.Fl f
516flag, as in:
517.Bd -literal -offset indent
518# pfctl -Tl -f pf.conf

--- 212 unchanged lines hidden ---
511.It Fl T Cm load
512Load only the table definitions from
513.Xr pf.conf 5 .
514This is used in conjunction with the
515.Fl f
516flag, as in:
517.Bd -literal -offset indent
518# pfctl -Tl -f pf.conf

--- 212 unchanged lines hidden ---