Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2005 18:40:16 GMT
From:      =?ISO-8859-1?Q?Vladim=EDr_Kotal?= <vlada@devnull.cz>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/86752: pf does not use default timeouts when reloading config file
Message-ID:  <200510041840.j94IeGOQ015983@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/86752; it has been noted by GNATS.

From: =?ISO-8859-1?Q?Vladim=EDr_Kotal?= <vlada@devnull.cz>
To: bug-followup@FreeBSD.org,
 =?ISO-8859-1?Q?Vladim=EDr_Kotal?= <vlada@devnull.cz>
Cc:  
Subject: Re: kern/86752: pf does not use default timeouts when reloading config file
Date: Tue, 4 Oct 2005 20:38:10 +0200

 This problem can be fixed by applying following patch:
    http://techie.devnull.cz/public/patches/pfctl-timeout.patch
 
 which makes behavior of options consistent with behavior of rules 
 (within pf.conf).
 
 This means that global timeout settings will be applied only when 
 ruleset is parsed successfully (which is not happening in current pf 
 implementation) and also when lines with global timeout settings (or 
 optimization lines) are removed, default timeout settings are restored. 
 (also not happening in current pf implem.)
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510041840.j94IeGOQ015983>