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:
Rebecca Cran 2011-02-12 20:42:53 +00:00
parent f68fbfedc1
commit 6608211548
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218620

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)