> Author: cy
> Date: Tue Jun  2 03:44:22 2020
> New Revision: 361721
> URL: https://svnweb.freebsd.org/changeset/base/361721
> 
> Log:
>   Per-rule hit counts (-h) can be used with either -i (input) or -o (output)
>   filter rule lists.

This change does not make that explicitly apparent, as it simply
removes that -h -i is valid, but that means -h [-i|-o] is implicit.

>   
>   MFC after:  3 days
> 
> Modified:
>   head/contrib/ipfilter/man/ipfstat.8
> 
> Modified: head/contrib/ipfilter/man/ipfstat.8
> ==============================================================================
> --- head/contrib/ipfilter/man/ipfstat.8       Tue Jun  2 02:38:54 2020        
> (r361720)
> +++ head/contrib/ipfilter/man/ipfstat.8       Tue Jun  2 03:44:22 2020        
> (r361721)
> @@ -69,8 +69,7 @@ the kernel) if any is present.
>  Show groups currently configured (both active and inactive).
>  .TP
>  .B \-h
> -Show per-rule the number of times each one scores a "hit".  For use in
> -combination with \fB\-i\fP.
> +Show per-rule the number of times each one scores a "hit".

+ For use in combination with \fB-i\fP or \fB-o\P.

Also which does -h list by default if neither -i or -o is given?
Is that even valid?

>  .TP
>  .B \-i
>  Display the filter list used for the input side of the kernel IP processing.
> 

-- 
Rod Grimes                                                 rgri...@freebsd.org
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to