mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
pptp -> pppoe
This commit is contained in:
parent
6cdfaf3c41
commit
4060ac034f
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user