diff options
Diffstat (limited to 'share/ipf/example.7')
-rw-r--r-- | share/ipf/example.7 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/share/ipf/example.7 b/share/ipf/example.7 deleted file mode 100644 index 062de981193..00000000000 --- a/share/ipf/example.7 +++ /dev/null @@ -1,12 +0,0 @@ -# block all ICMP packets. -# -block in proto icmp all -# -# allow in ICMP echos and echo-replies. -# -pass in on le1 proto icmp from any to any icmp-type echo -pass in on le1 proto icmp from any to any icmp-type echorep -# -# block all ICMP destination unreachable packets which are port-unreachables -# -block in on le1 proto icmp from any to any icmp-type unreach code 3 |