From owner-freebsd-pf@freebsd.org Sat Dec 12 05:04:00 2015 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CF339D7668 for ; Sat, 12 Dec 2015 05:04:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DA991380 for ; Sat, 12 Dec 2015 05:04:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBC53xLc063842 for ; Sat, 12 Dec 2015 05:03:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-pf@FreeBSD.org Subject: [Bug 86752] [pf] pf does not use default timeouts when reloading config file Date: Sat, 12 Dec 2015 05:04:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 5.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cmb@pfsense.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-pf@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Dec 2015 05:04:00 -0000 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.