summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-07 20:08:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-07 20:08:36 +0000
commitd0c5079b0885d7bf6f489741d90e42c76c853ba9 (patch)
tree886dd9e5cd551f5096a3c06f377ca5cae9d94047 /etc
parent088748120cdc1bd67ff9ce3949a0178671bf18a4 (diff)
downloadpfsense-d0c5079b0885d7bf6f489741d90e42c76c853ba9.zip
pfsense-d0c5079b0885d7bf6f489741d90e42c76c853ba9.tar.gz
Allow outgoing gif tunnels to talk
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 17159a4..447a3d9 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2213,6 +2213,12 @@ function create_firewall_outgoing_rules_to_itself() {
}
}
+ /* setup outgoing gif tunnels */
+ $number_of_gifs = find_last_gif_device();
+ for($x=0; $x<$number_of_gifs; $x++) {
+ $rule .="pass out quick on gif{$x} all keep state label \"let out anything from firewall host itself ipsec gif\"\n";
+ }
+
return $rule;
}
OpenPOWER on IntegriCloud