summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-03-05 21:34:17 -0500
committerChris Buechler <cmb@pfsense.org>2009-03-05 21:34:17 -0500
commit93f338048c66f11bb582820bd0ade53baeb07de2 (patch)
tree81185cbbf7233e0c58f5c2b60db60aef93c5a6ee /etc
parenta23aec7060c4e2312009955c79776be35899d15d (diff)
downloadpfsense-93f338048c66f11bb582820bd0ade53baeb07de2.zip
pfsense-93f338048c66f11bb582820bd0ade53baeb07de2.tar.gz
Fix PPPoE/PPTP
cvstrac ticket #1892
Diffstat (limited to 'etc')
-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 ea2595e..fb4429b 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1158,8 +1158,8 @@ EOD;
$mpdconf .= <<<EOD
set bundle disable multilink
- set auth authname "{$pppoecfg['username']}"
- set auth password "{$pppoecfg['password']}"
+ set bundle authname "{$pppoecfg['username']}"
+ set bundle password "{$pppoecfg['password']}"
set bundle no noretry
set link keep-alive 10 60
set link max-redial 0
@@ -1309,8 +1309,8 @@ EOD;
$mpdconf .= <<<EOD
set bundle disable multilink
- set auth authname "{$pptpcfg['username']}"
- set auth password "{$pptpcfg['password']}"
+ set bundle authname "{$pptpcfg['username']}"
+ set bundle password "{$pptpcfg['password']}"
set link keep-alive 10 60
set link max-redial 0
set link no acfcomp protocomp
OpenPOWER on IntegriCloud