kernel - TMPFS - Stabilization pass, fix accounting for rmdir
[dragonfly.git] / contrib / ipfilter / rules / example.7
blob062de9811935bf823666c541222309f304953f01
1 # block all ICMP packets.
3 block in proto icmp all
5 # allow in ICMP echos and echo-replies.
7 pass in on le1 proto icmp from any to any icmp-type echo
8 pass in on le1 proto icmp from any to any icmp-type echorep
10 # block all ICMP destination unreachable packets which are port-unreachables
12 block in on le1 proto icmp from any to any icmp-type unreach code 3