Deleted Added
full compact
1.\" $FreeBSD: head/contrib/pf/man/pf.conf.5 135184 2004-09-14 01:07:19Z mlaier $
2.\" $OpenBSD: pf.conf.5,v 1.292 2004/02/24 05:44:48 mcbride Exp $
3.\"
4.\" Copyright (c) 2002, Daniel Hartmeier
5.\" All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions
9.\" are met:

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

23.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
24.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
28.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29.\" POSSIBILITY OF SUCH DAMAGE.
30.\"
30.Dd November 19, 2002
31.Dd September 14, 2004
32.Dt PF.CONF 5
33.Os
34.Sh NAME
35.Nm pf.conf
36.Nd packet filter configuration file
37.Sh DESCRIPTION
38The
39.Xr pf 4

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

2591 linkshare-sc | realtime-sc | upperlimit-sc )
2592linkshare-sc = "linkshare" sc-spec
2593realtime-sc = "realtime" sc-spec
2594upperlimit-sc = "upperlimit" sc-spec
2595sc-spec = ( bandwidth-spec |
2596 "(" bandwidth-spec number bandwidth-spec ")" )
2597.Ed
2598.Sh FILES
2598.Bl -tag -width "/etc/protocols" -compact
2599.Bl -tag -width "/usr/share/examples/pf" -compact
2600.It Pa /etc/hosts
2601Host name database.
2602.It Pa /etc/pf.conf
2603Default location of the ruleset file.
2604.It Pa /etc/pf.os
2605Default location of OS fingerprints.
2606.It Pa /etc/protocols
2607Protocol name database.
2608.It Pa /etc/services
2609Service name database.
2609.It Pa /usr/share/pf
2610.It Pa /usr/share/examples/pf
2611Example rulesets.
2612.El
2613.Sh SEE ALSO
2614.Xr icmp 4 ,
2615.Xr icmp6 4 ,
2616.Xr ip 4 ,
2617.Xr ip6 4 ,
2618.Xr pf 4 ,

--- 15 unchanged lines hidden ---