summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-09-09 14:55:59 +0000
committerErmal Luçi <eri@pfsense.org>2008-09-09 14:55:59 +0000
commit8da53af88fd1dc432bd247da95f87f2383160fb0 (patch)
tree814c50766bfa2a5e251773d4690090040ff2892c
parent69e5a8be8dd049725b4df12aed425300a2a041e8 (diff)
downloadpfsense-8da53af88fd1dc432bd247da95f87f2383160fb0.zip
pfsense-8da53af88fd1dc432bd247da95f87f2383160fb0.tar.gz
Handle renaming of the pppoe/pptp username and password parameters.
-rw-r--r--etc/inc/interfaces.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 39d7720..f6c5837 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1445,8 +1445,8 @@ EOD;
$mpdconf .= <<<EOD
set bundle disable multilink
- set auth authname "{$wancfg['username']}"
- set auth password "{$wancfg['password']}"
+ set auth authname "{$wancfg['pppoe_username']}"
+ set auth password "{$wancfg['pppoe_password']}"
set link keep-alive 10 60
set link max-redial 0
set link no acfcomp protocomp
@@ -1605,8 +1605,8 @@ EOD;
$mpdconf .= <<<EOD
set bundle disable multilink
- set bundle authname "{$wancfg['username']}"
- set bundle password "{$wancfg['password']}"
+ set bundle authname "{$wancfg['pptp_username']}"
+ set bundle password "{$wancfg['pptp_password']}"
set bundle no noretry
set link keep-alive 10 60
set link max-redial 0
OpenPOWER on IntegriCloud