The branch main has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=725003da53021c15b1d2274d5c4440c7c6e6602a

commit 725003da53021c15b1d2274d5c4440c7c6e6602a
Author:     Ed Maste <ema...@freebsd.org>
AuthorDate: 2024-12-20 01:33:53 +0000
Commit:     Ed Maste <ema...@freebsd.org>
CommitDate: 2024-12-20 17:39:55 +0000

    pf.conf.5: Fix endpoint-independent description
    
    The description of the endpoint-independent option accidentally ended up
    in the middle of map-e-portset's text.
    
    Fixes: 390dc369efaa ("pf: Add support for endpoint independent NAT bindings 
for UDP")
    
    Reviewed by:    kp
    Sponsored by:   Tailscale
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D48158
---
 share/man/man5/pf.conf.5 | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 2bedceed6fe7..138fb5e7f82b 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -2341,16 +2341,6 @@ from modifying the source port on TCP and UDP packets.
 With
 .Ar nat
 rules, the
-.It Ar endpoint-independent
-With
-.Ar nat
-rules, the
-.Ar endpoint-independent
-option caues
-.Xr pf 4
-to always map connections from a UDP source address and port to the same
-NAT address and port.
-This feature implements "full-cone" NAT behavior.
 .Ar map-e-portset
 option enables the source port translation of MAP-E (RFC 7597) Customer Edge.
 In order to make the host act as a MAP-E Customer Edge, setting up a tunneling
@@ -2364,6 +2354,16 @@ nat on $gif_mape_if from $int_if:network to any \e
 .Ed
 .Pp
 sets PSID offset 6, PSID length 8, PSID 0x34.
+.It Ar endpoint-independent
+With
+.Ar nat
+rules, the
+.Ar endpoint-independent
+option caues
+.Xr pf 4
+to always map connections from a UDP source address and port to the same
+NAT address and port.
+This feature implements "full-cone" NAT behavior.
 .El
 .Pp
 Additionally, the

Reply via email to