pfctl -o

2006-03-06 Thread frantisek holop
hi there, i would like to compare my rules with the optimized ones. is there a simple way to make pf show the optimized rules without applying them? just a dump to compare with the current rules? -f -- everyone has a photographic memory, some don't have film.

Re: pfctl -o

2006-03-06 Thread Mike Frantzen
# pfctl -nvf /etc/pf.conf /root/orig # pfctl -novf /etc/pf.optimized /root/optimized # diff -u /root/orig /root/optimized | less hi there, i would like to compare my rules with the optimized ones. is there a simple way to make pf show the optimized rules without applying them? just a

Re: pfctl -o

2006-03-06 Thread Hannah Schroeter
a canonical form of your rules, not optimized, pfctl -o -v -n -f ... outputs the same with optimization. Kind regards, Hannah.

Re: pfctl -o

2006-03-06 Thread frantisek holop
hmm, on Mon, Mar 06, 2006 at 07:13:32AM -0500, Mike Frantzen said that # pfctl -nvf /etc/pf.conf /root/orig # pfctl -novf /etc/pf.optimized /root/optimized ^ how do i get this file? :) this was not tested, was it? :) thanks for the answers. i generated both