The branch main has been updated by ziaee:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=65bc8e9192dd19bca3ed89586a23a74cd449f7b2

commit 65bc8e9192dd19bca3ed89586a23a74cd449f7b2
Author:     Alexander Ziaee <zi...@freebsd.org>
AuthorDate: 2025-07-01 17:09:14 +0000
Commit:     Alexander Ziaee <zi...@freebsd.org>
CommitDate: 2025-07-01 22:19:28 +0000

    pf.4: Add pf_enable to SYNOPSIS
    
    MFC after:              3 days
    Reviewed by:            Pau Amma <paua...@gundo.com>
    Reviewed by:            Felix Johnson <felix.the....@gmail.com>
    Differential Revision:  https://reviews.freebsd.org/D51117
---
 share/man/man4/pf.4 | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4
index eca7914472d6..422600a6fa44 100644
--- a/share/man/man4/pf.4
+++ b/share/man/man4/pf.4
@@ -26,7 +26,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd September 6, 2024
+.Dd July 1, 2025
 .Dt PF 4
 .Os
 .Sh NAME
@@ -37,6 +37,10 @@
 .Cd "options PF_DEFAULT_TO_DROP"
 .Pp
 In
+.Xr rc.conf 5 :
+.Cd pf_enable="YES"
+.Pp
+In
 .Xr loader.conf 5 :
 .Cd net.pf.states_hashsize
 .Cd net.pf.source_nodes_hashsize

Reply via email to