summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/interfaces.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 019d180..122f779 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -553,7 +553,7 @@ function interface_ppp_configure($ifcfg) {
$peerfile .= "lcp-echo-interval 0\n";
$peerfile .= "connect /etc/ppp/peers/ppp{$dev}-connect-chat\n";
//$peerfile .= "disconnect /etc/ppp/peers/ppp{$dev}-disconnect-chat\n";
- $peerfile .= "/dev/{$ifcfg['if']}\n";
+ $peerfile .= "{$ifcfg['port']}\n";
$peerfile .= "crtscts\n";
$peerfile .= "local\n";
//$peerfile .= ":{$ifcfg['gateway']}\n";
OpenPOWER on IntegriCloud