svn commit: r355518 - head/share/man/man5
Kristof Provost
kp at FreeBSD.org
Sun Dec 8 02:11:07 UTC 2019
Author: kp
Date: Sun Dec 8 02:11:06 2019
New Revision: 355518
URL: https://svnweb.freebsd.org/changeset/base/355518
Log:
pf: Remove references to 'egress'
Avoid giving users the impression that FreeBSD has the automatic interface
group 'egress'.
Submitted by: tj AT mrsk.me
Modified:
head/share/man/man5/pf.conf.5
Modified: head/share/man/man5/pf.conf.5
==============================================================================
--- head/share/man/man5/pf.conf.5 Sun Dec 8 01:55:23 2019 (r355517)
+++ head/share/man/man5/pf.conf.5 Sun Dec 8 02:11:06 2019 (r355518)
@@ -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 }
More information about the svn-src-head
mailing list