Revision 9816035f
Added by Scott Ullrich about 20 years ago
etc/inc/vpn.inc | ||
---|---|---|
63 | 63 |
if($config['ipsec']['failover']['flushmodesync']) |
64 | 64 |
$sasyncd .= "flushmode sync {$config['ipsec']['failover']['flushmodesync']}\n"; |
65 | 65 |
|
66 |
|
|
67 |
|
|
68 | 66 |
$fd = fopen("{$g['varetc_path']}/sasyncd.conf", "w"); |
69 | 67 |
fwrite($fd, $sasyncd); |
70 | 68 |
fclose($fd); |
Also available in: Unified diff
Remove extra white space