mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
PPP forgotten knobs syncronization.
This commit is contained in:
parent
5d41713c0b
commit
e1a121dbec
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user