If I place this in pf.conf:
'pfctl -s rules' will say:
which makes sense.
In my goofing around with pf.conf I arbitrarily decided to only pass ICMP out and constructed:
However, after a pfctl -d and then an -e, 'pfctl -s rules' reports:
No change! ack.
What am I missing?
Code:
block log
pass out
Code:
block drop log all
pass out on xl0 all flags S/SA keep state
In my goofing around with pf.conf I arbitrarily decided to only pass ICMP out and constructed:
Code:
block log
pass out proto icmp all
However, after a pfctl -d and then an -e, 'pfctl -s rules' reports:
Code:
block drop log all
pass out on xl0 all flags S/SA keep state
What am I missing?