summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-01-23 00:02:59 +0000
committerErmal Luçi <eri@pfsense.org>2010-01-23 00:03:48 +0000
commit8f3f7729dca3cb734bc9d06a53953a07d6fca0c1 (patch)
tree00390b2c3a1fada10667b3184263e44168428749 /etc/inc
parent9cb45abb050c27935a2f70e9ba18c8766c9a07a0 (diff)
downloadpfsense-8f3f7729dca3cb734bc9d06a53953a07d6fca0c1.zip
pfsense-8f3f7729dca3cb734bc9d06a53953a07d6fca0c1.tar.gz
Use backslash(\) for escaping and not slash(/).
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index c867cf0..d6c7a51 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -892,7 +892,7 @@ function interface_ppp_configure($ifcfg,$edit=false) {
$peerfile .= " set dial {$ppp['dialcmd']}\n";
} else
$peerfile .= " set dial \"\"\n";
- $peerfile .= " set speed \"{$ppp['linespeed']}\"\n";
+ $peerfile .= " set speed {$ppp['linespeed']}\n";
$peerfile .= " add default HISADDR\n";
$peerfile .= " set timeout 0\n";
$peerfile .= " enable dns\n";
OpenPOWER on IntegriCloud