summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2008-01-19 03:21:16 +0000
committerBill Marquette <billm@pfsense.org>2008-01-19 03:21:16 +0000
commitde37180e4c8081bd0c3ff9024840391611669429 (patch)
treeb5158d86707a874b6cdda6b72f8fe18e3325bafc /etc
parent8e11b23f541d3f9e8accaef1e55ca1b4ee2cfffd (diff)
downloadpfsense-de37180e4c8081bd0c3ff9024840391611669429.zip
pfsense-de37180e4c8081bd0c3ff9024840391611669429.tar.gz
Please don't force commit!
Re-apply fix from commit [20700] that got reverted in [20706]
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 0181e03..f238f84 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -3067,10 +3067,10 @@ function create_firewall_outgoing_rules_to_itself() {
update_filter_reload_status("Creating IPsec tunnel items {$tunnel['descr']}...");
$ip = find_interface_ip($int);
if ($config['interfaces'][$ifname]['ipaddr'] == "pppoe") {
- $int = " { " . filter_translate_type_to_real_interface($ifname) . " ng0 } ";
/* first add a rule for the real interface, then for ng0 */
- $rule .="pass out quick on {$int} all keep state label \"let out anything from firewall host itself\"\n";
+ $int = " { " . filter_translate_type_to_real_interface($ifname) . " ng0 } ";
}
+ $rule .="pass out quick on {$int} all keep state label \"let out anything from firewall host itself\"\n";
}
update_filter_reload_status("Setting up bridging items");
OpenPOWER on IntegriCloud