If the pf.conf(5) example file is copied when setting up a firewall it's

easy to forget about icmp. Update the file to show allowing icmp through
the firewall.

PR:	docs/144986
MFC after:	1 month
This commit is contained in:
brucec 2011-02-12 20:42:53 +00:00
parent d03fb1381f
commit de7bef34ba

View File

@ -32,3 +32,4 @@
#pass in on $ext_if proto tcp to ($ext_if) port ssh
#pass in log on $ext_if proto tcp to ($ext_if) port smtp
#pass out log on $ext_if proto tcp from ($ext_if) to port smtp
#pass in on $ext_if proto icmp to ($ext_if)