Date: Sun, 8 Dec 2019 02:11:06 +0000 (UTC) From: Kristof Provost <kp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r355518 - head/share/man/man5 Message-ID: <201912080211.xB82B6p0036924@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912080211.xB82B6p0036924>