# 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 dump to compare with the > current rules? > > -f > -- > everyone has a photographic memory, some don't have film.

