Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2025 10:37:53 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: b6a5e2213938 - main - pf.conf.5: make "self" a bit more visible
Message-ID:  <202501141037.50EAbram048092@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=b6a5e221393826d7dc89060c6b52c78ed1f0d313

commit b6a5e221393826d7dc89060c6b52c78ed1f0d313
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2025-01-07 14:48:43 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2025-01-14 08:54:19 +0000

    pf.conf.5: make "self" a bit more visible
    
    from Sebastian Benoit <benoit-lists at fb12.de>, ok/input jmc, reminder/input
    deraadt and too much of a trail to mention all of it, thx everybody involved
    
    Obtained from:  OpenBSD, henning <henning@openbsd.org>, 682c71ec7c
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 share/man/man5/pf.conf.5 | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 138fb5e7f82b..6229a49eccc1 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 December 6, 2024
+.Dd January 7, 2025
 .Dt PF.CONF 5
 .Os
 .Sh NAME
@@ -1809,6 +1809,8 @@ Any address which is not currently routable.
 Any source address that fails a unicast reverse path forwarding (URPF)
 check, i.e. packets coming in on an interface other than that which holds
 the route back to the packet's source address.
+.It Ar self
+Expands to all addresses assigned to all interfaces.
 .It Aq Ar table
 Any address that matches the given table.
 .El
@@ -1821,7 +1823,9 @@ For instance:
 means all addresses from 10.1.1.10 to 10.1.1.12,
 hence addresses 10.1.1.10, 10.1.1.11, and 10.1.1.12.
 .Pp
-Interface names and interface group names can have modifiers appended:
+Interface names and interface group names, and
+.Ar self
+can have modifiers appended:
 .Pp
 .Bl -tag -width xxxxxxxxxxxx -compact
 .It Ar :network



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