[faq/pf/filter.html] "group-bound" state-policy is dead
"Alan R. S. Bueno" <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
Hi, The log message (revision 1.19) of faq/pf/options.html says: "Remove mention of the 'group-bound' state-policy (dead since 2005). Pointed out by huslu on IRC; thanks! 'ok...' nick@, 'go ahead' henning@" So... Index: filter.html =================================================================== RCS file: /cvs/www/faq/pf/filter.html,v retrieving revision 1.51 diff -u filter.html --- filter.html 30 Apr 2009 17:27:31 -0000 1.51 +++ filter.html 1 Oct 2009 13:15:02 -0000 @@ -452,8 +452,8 @@ <p> The scope of a state entry is controlled globally by the <a href="options.html#state-policy"><tt>state-policy</tt></a> -runtime option and on a per rule basis by the <tt>if-bound</tt>, -<tt>group-bound</tt>, and <tt>floating</tt> state option keywords. +runtime option and on a per rule basis by the <tt>if-bound</tt> +and <tt>floating</tt> state option keywords. These per rule keywords have the same meaning as when used with the <tt>state-policy</tt> option. Example: Thank you.