Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2015 05:04:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-pf@FreeBSD.org
Subject:   [Bug 86752] [pf] pf does not use default timeouts when reloading config file
Message-ID:  <bug-86752-17777-YI95nkJgB8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-86752-17777@https.bugs.freebsd.org/bugzilla/>
References:  <bug-86752-17777@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=86752

cmb@pfsense.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cmb@pfsense.org

--- Comment #8 from cmb@pfsense.org ---
This was fixed some time ago, should be closed. 

Starting at default timeouts (none specified in pf.conf). 
# pfctl -s timeout|grep tcp.closed
tcp.closed                   90s

Add "set timeout tcp.closed 60" to pf.conf and reload it. 
# pfctl -s timeout|grep tcp.closed
tcp.closed                   60s

Then remove that line from pf.conf and 'pfctl -f /etc/pf.conf' and you're back
to the default. 
# pfctl -s timeout|grep tcp.closed
tcp.closed                   90s

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-86752-17777-YI95nkJgB8>