Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2025 17:50:28 GMT
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 618a8766b28b - main - pf.conf.5: document how any matches any non-loopback interface
Message-ID:  <202502141750.51EHoSUI061451@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kp:

URL: https://cgit.FreeBSD.org/src/commit/?id=618a8766b28bd0862fbc1614d93c3ee50a773575

commit 618a8766b28bd0862fbc1614d93c3ee50a773575
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2025-02-11 10:10:25 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2025-02-14 17:47:53 +0000

    pf.conf.5: document how any matches any non-loopback interface
    
    ok benno
    
    Obtained from:  OpenBSD, henning <henning@openbsd.org>, 527559b86a
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 share/man/man5/pf.conf.5 | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index f798d1d0acf8..75cb0b39272f 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -27,7 +27,7 @@
 .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd February 10, 2025
+.Dd February 11, 2025
 .Dt PF.CONF 5
 .Os
 .Sh NAME
@@ -749,6 +749,8 @@ see the
 .Ic group
 keyword in
 .Xr ifconfig 8 .
+.Ar any
+will match any existing interface except loopback ones.
 .It Ar bridge-to Aq interface
 Packets matching this rule will be sent out of the specified interface without
 further processing.
@@ -1768,6 +1770,8 @@ see the
 .Ic group
 keyword in
 .Xr ifconfig 8 .
+.Ar any
+will match any existing interface except loopback ones.
 .It Aq Ar af
 This rule applies only to packets of this address family.
 Supported values are
@@ -2182,6 +2186,8 @@ pass in proto tcp to port 22 set prio (2, 5)
 Only match packets which were received on the specified
 .Ar interface
 (or interface group).
+.Ar any
+will match any existing interface except loopback ones.
 .It Ar tag Aq Ar string
 Packets matching this rule will be tagged with the
 specified string.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502141750.51EHoSUI061451>