diff options
Diffstat (limited to 'share/man/man5/pf.conf.5')
| -rw-r--r-- | share/man/man5/pf.conf.5 | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index da02f10aac01..be46b1a47291 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 August 28, 2025 +.Dd October 7, 2025  .Dt PF.CONF 5  .Os  .Sh NAME @@ -1490,7 +1490,7 @@ options and both implicitly and explicitly in the case of  ones.  A  .Ar rdr-to -opion may cause the source port to be modified if doing so avoids a conflict +option may cause the source port to be modified if doing so avoids a conflict  with an existing connection.  A random source port in the range 50001-65535 is chosen in this case.  Port numbers are never translated with a @@ -2377,7 +2377,7 @@ packets matching the same connection.  .It Ar route-to  The  .Ar route-to -option routes the packet to the specified interface with an optional address +option routes the packet to the specified interface with an address  for the next hop.  When a  .Ar route-to @@ -3552,7 +3552,7 @@ hosts          = "all" |  ipspec         = "any" | host | "{" host-list "}"  host           = [ "!" ] ( address [ "/" mask-bits ] | "<" string ">" )  redirhost      = address [ "/" mask-bits ] -routehost      = "(" interface-name [ address [ "/" mask-bits ] ] ")" +routehost      = "(" interface-name address [ "/" mask-bits ] ")"  address        = ( interface-name | interface-group |                   "(" ( interface-name | interface-group ) ")" |                   hostname | ipv4-dotted-quad | ipv6-coloned-hex ) | 
