mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Backing out changes from ticket #1417, it was not a valid openvpn config that the user was trying to make.
This commit is contained in:
parent
673ee7b1e8
commit
bd24573bb0
@ -383,7 +383,6 @@ function openvpn_reconfigure($mode, $settings) {
|
||||
// configure p2p/server modes
|
||||
switch($settings['mode']) {
|
||||
case 'p2p_tls':
|
||||
$conf .= "client-config-dir {$g['varetc_path']}/openvpn-csc\n";
|
||||
case 'p2p_shared_key':
|
||||
$baselong = ip2long32($ip) & ip2long($mask);
|
||||
$ip1 = long2ip32($baselong + 1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user