summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorgnhb <gnoahb@gmail.com>2010-03-29 14:29:15 +0700
committergnhb <gnoahb@gmail.com>2010-03-29 14:29:15 +0700
commita216a03a00166350c22162f1e0da03927e23af10 (patch)
tree21155c39b1da90219937f199ab9569ecba277fd5 /etc/inc/interfaces.inc
parenta728d6f91e501a3e68e425841fa3895e4bb6915a (diff)
downloadpfsense-a216a03a00166350c22162f1e0da03927e23af10.zip
pfsense-a216a03a00166350c22162f1e0da03927e23af10.tar.gz
Fix a few small bugs in new PPP code, and one type in pfsense-utils.inc
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index b1ebbd9..f2ad8d4 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -971,7 +971,6 @@ EOD;
$mpdconf .= <<<EOD
# Create link.
create link static lnk{$interface} modem
-# We expect to be authenticated by peer using any protocol.
set link disable chap pap
set link accept chap pap eap
set link enable no-orig-auth
@@ -983,9 +982,8 @@ EOD;
if (!empty($ppp['username'])) {
$mpdconf .= <<<EOD
-# Configure the account name. Password will be taken from mpd.secret.
set auth authname "{$ppp['username']}"
- set auth password "{$ppp['password']}"
+ set auth password "{$ppp['password']}"
EOD;
}
@@ -1035,7 +1033,7 @@ EOD;
$fdlnkq = fopen("{$g['varetc_path']}/mpd_{$interface}.query", "w");
if (!$fdlnkq) {
- /* NOTE: It is not fatal if we cannot write the query.");
+ /* NOTE: It is not fatal if we cannot write the query.") */
log_error("Error: cannot open mpd_{$interface}.query in interface_ppp_configure().\n");
} else {
$linkquery = <<<EOD
OpenPOWER on IntegriCloud