diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2025-01-07 14:48:43 +0000 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2025-01-14 08:54:19 +0000 |
| commit | b6a5e221393826d7dc89060c6b52c78ed1f0d313 (patch) | |
| tree | 8a722d58a3da11cd4397ebd751a76bee7db13b8d | |
| parent | 481374d5f7b056cd6fbf344238beb70fdae1eabe (diff) | |
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")
| -rw-r--r-- | share/man/man5/pf.conf.5 | 8 |
1 files 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 |
