diff options
author | Rebecca Cran <brucec@FreeBSD.org> | 2011-02-12 20:42:53 +0000 |
---|---|---|
committer | Rebecca Cran <brucec@FreeBSD.org> | 2011-02-12 20:42:53 +0000 |
commit | 6608211548b09e1a0675c35b57a0457f8f39a2bd (patch) | |
tree | 5ed562f540a08a64a8abd3ba99779f9717c48e4b /share/examples | |
parent | f68fbfedc19b286bb8b037aa04b68825c3b53611 (diff) | |
download | src-6608211548b09e1a0675c35b57a0457f8f39a2bd.tar.gz src-6608211548b09e1a0675c35b57a0457f8f39a2bd.zip |
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
Notes
Notes:
svn path=/head/; revision=218620
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/pf/pf.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/examples/pf/pf.conf b/share/examples/pf/pf.conf index bd3091ba420a..ad494c7ed782 100644 --- a/share/examples/pf/pf.conf +++ b/share/examples/pf/pf.conf @@ -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) |