[Bug 86752] [pf] pf does not use default timeouts when reloading config file
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Dec 12 05:04:00 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=86752
cmb at pfsense.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cmb at pfsense.org
--- Comment #8 from cmb at 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.
More information about the freebsd-pf
mailing list