aboutsummaryrefslogtreecommitdiff
path: root/share/man/man5/pf.conf.5
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2019-12-08 02:11:06 +0000
committerKristof Provost <kp@FreeBSD.org>2019-12-08 02:11:06 +0000
commit98730c7f27bd09aea7b4d2c8d6768766dcd924ff (patch)
treeda688692c25c55ac609e5c0266895e2913af83f7 /share/man/man5/pf.conf.5
parent3b490537f4c0331c9e0c107d891367ac207dbd4c (diff)
downloadsrc-98730c7f27bd09aea7b4d2c8d6768766dcd924ff.tar.gz
src-98730c7f27bd09aea7b4d2c8d6768766dcd924ff.zip
pf: Remove references to 'egress'
Avoid giving users the impression that FreeBSD has the automatic interface group 'egress'. Submitted by: tj AT mrsk.me
Notes
Notes: svn path=/head/; revision=355518
Diffstat (limited to 'share/man/man5/pf.conf.5')
-rw-r--r--share/man/man5/pf.conf.54
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index e0ab2d4012b0..b317734ecb96 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -28,7 +28,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd March 10, 2019
+.Dd December 7, 2019
.Dt PF.CONF 5
.Os
.Sh NAME
@@ -2616,7 +2616,7 @@ block.
Brace delimited blocks may contain rules or other brace-delimited blocks.
When anchors are loaded this way the anchor name becomes optional.
.Bd -literal -offset indent
-anchor "external" on egress {
+anchor "external" on $ext_if {
block
anchor out {
pass proto tcp from any to port { 25, 80, 443 }