ipf question
I'm configuring IPF on a freeBSD bridge/firewall, and I have a question about some syntax.I have all the rules set up, and it seems to work fine, however if I have my last rule enabled:
"block in all"
Everything is blocked, even though all my rules previous to it are "allow in quick ..."
Does IPF have an implicit deny/block? Or do I need to put the "block in all" first rather than last?