summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-02 23:10:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-02 23:10:34 +0000
commit8f8caa10d0d01039fbbea83959716cbaa7f81111 (patch)
treed8c1e948d8d6116ebf9b5d7ffc97da83611fbeaa /etc
parentb2170e79866cab35c222d46388f2530d62a609ee (diff)
downloadpfsense-8f8caa10d0d01039fbbea83959716cbaa7f81111.zip
pfsense-8f8caa10d0d01039fbbea83959716cbaa7f81111.tar.gz
Keep state on icmp outgoing traffic
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 14f393c..50022c1 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1899,7 +1899,7 @@ if($wanip)
$ipfrules .= <<<EOD
# permit wan interface to ping out (ping_hosts.sh)
-pass quick proto icmp from {$wanip} to any
+pass quick proto icmp from {$wanip} to any keep state
EOD;
OpenPOWER on IntegriCloud