diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-09-10 13:26:52 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-09-10 13:26:52 +0000 |
commit | e1a121dbec1dee6101005ae057558451dab60eab (patch) | |
tree | e643325faac3f36edb11ed6e62a6f12382395438 /etc | |
parent | 5d41713c0b24cc1088c94175122f8b7ca49fe96c (diff) | |
download | pfsense-e1a121dbec1dee6101005ae057558451dab60eab.zip pfsense-e1a121dbec1dee6101005ae057558451dab60eab.tar.gz |
PPP forgotten knobs syncronization.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/interfaces.inc | 2 |
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"; |