diff options
-rwxr-xr-x | scripts/vpn-config.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/vpn-config.pl b/scripts/vpn-config.pl index ba5dc8a..6720583 100755 --- a/scripts/vpn-config.pl +++ b/scripts/vpn-config.pl @@ -528,10 +528,6 @@ if ($vcVPN->exists('ipsec')) { $leftsubnet = '0.0.0.0/0'; } - if (defined($leftsubnet)) { - $genout .= "\tleftsubnet=$leftsubnet\n"; - } - my $remotesubnet = $vcVPN->returnValue("ipsec site-to-site peer $peer $tunKeyword remote prefix"); if ($isVti) { $remotesubnet = 'any'; |