in message <[EMAIL PROTECTED]>,
wrote Parv thusly...
>
> Before i write it myself, has anybody got a already prepared way
> to compact the "pfctl -v -s rules" output ...
> 
>   pass in on lo0 all
>     [ Evaluations: 22188     Packets: 10925     Bytes: 8392463     States: 0  
>    ]
>   pass out on lo0 all
>     [ Evaluations: 21850     Packets: 10925     Bytes: 8392463     States: 0  
>    ]
...
> ... to something like ...
> 
>   22188 pass in on lo0 all
>   21850 pass out on lo0 all
...

I think i found /a solution/ in pflogd(8) man page via use of
tcpdump.  I just have to get used to pf way of doing things like use
of bpf device & use of tcpdump to view rules statistics i suppose.
Ugh! (but what else can i do if i will be using pf?)


  - Parv

-- 

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to