diff options
author | 2001-06-26 17:04:01 +0000 | |
---|---|---|
committer | 2001-06-26 17:04:01 +0000 | |
commit | 4762829da9fe8a2e41c55d9db82f4f5bdd405bfe (patch) | |
tree | c3219777473eecc0e7338ae11ec60f048eb90a19 | |
parent | change default pf configuration files to pf.conf and nat.conf. ok theo (diff) | |
download | wireguard-openbsd-4762829da9fe8a2e41c55d9db82f4f5bdd405bfe.tar.xz wireguard-openbsd-4762829da9fe8a2e41c55d9db82f4f5bdd405bfe.zip |
change config file names to pf.conf and nat.conf
-rw-r--r-- | sbin/pfctl/pfctl.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 56cd3f312d0..539c74ea1cd 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.8 2001/06/26 13:02:39 ian Exp $ +.\" $OpenBSD: pfctl.8,v 1.9 2001/06/26 17:04:01 kjell Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -121,15 +121,15 @@ Show filter statistics .El .El .Sh FILES -.Bl -tag -width /etc/pf.filter -compact -.It Pa /etc/filter +.Bl -tag -width "/etc/nat.conf" -compact +.It Pa /etc/pf.conf packet filter rules file -.It Pa /etc/pf.nat +.It Pa /etc/nat.conf rules for Network Address Translation .Sh SEE ALSO .Xr pf 4 , -.Xr pf.filter 5 , -.Xr pf.nat 5 . +.Xr pf.conf 5 , +.Xr nat.conf 5 . .Sh COMPATIBILITY This mechanism is largely compatible with the previous IP Filter mechanism, which was removed from |