mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Restore removed pppoe word.
This commit is contained in:
parent
dd7a83098d
commit
76e3f0ef72
@ -85,7 +85,7 @@ $a_gateways = &$config['gateways']['gateway_item'];
|
||||
|
||||
$wancfg = &$config['interfaces'][$if];
|
||||
|
||||
$pconfig['_username'] = $wancfg['pppoe_username'];
|
||||
$pconfig['pppoe_username'] = $wancfg['pppoe_username'];
|
||||
$pconfig['pppoe_password'] = $wancfg['pppoe_password'];
|
||||
$pconfig['provider'] = $wancfg['provider'];
|
||||
$pconfig['pppoe_dialondemand'] = isset($wancfg['ondemand']);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user