summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/vpn-config.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vpn-config.pl b/scripts/vpn-config.pl
index 6c7dee8..e40e3ba 100755
--- a/scripts/vpn-config.pl
+++ b/scripts/vpn-config.pl
@@ -284,6 +284,7 @@ if ( $vcVPN->exists('ipsec') ) {
my @interfaces = $vcVPN->returnValues('ipsec ipsec-interfaces interface');
if ( @interfaces == 0 ) {
$error = 1;
+ #*THIS CHECK'S ALSO USED BY OP-MODE CMNDS TO CHECK IF IPSEC IS CONFIGURED*#
print STDERR "$vpn_cfg_err No IPSEC interfaces specified.\n";
} else {