From 4060ac034ff00ec415e81edb6ee85ac84373994b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 31 Jul 2005 22:30:33 +0000 Subject: [PATCH] pptp -> pppoe --- etc/inc/filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 28fd089885..33b4396764 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -2064,7 +2064,7 @@ function create_firewall_outgoing_rules_to_itself() { /* netgraph pppoe outgoing */ $n_pptp_units = $g['n_pppoe_units']; if($config['pppoe']['n_pppoe_units'] <> "") - $n_pppoe_units = $config['pptp']['n_pppoe_units']; + $n_pppoe_units = $config['pppoe']['n_pppoe_units']; for($x=0; $x<$n_pppoe_units; $x++) { if(does_interface_exist("ng{$x}") == true) { $rule .="pass out quick on ng{$x} all keep state label \"let out anything from firewall host itself\"\n";