svn commit: r361721 - head/contrib/ipfilter/man

Rodney W. Grimes freebsd at gndrsh.dnsmgr.net
Tue Jun 2 14:19:33 UTC 2020


> 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                                                 rgrimes at freebsd.org


More information about the svn-src-head mailing list