diff options
Diffstat (limited to 'scripts/dmvpn-config.pl')
-rwxr-xr-x | scripts/dmvpn-config.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dmvpn-config.pl b/scripts/dmvpn-config.pl index 6fa180d..63f1854 100755 --- a/scripts/dmvpn-config.pl +++ b/scripts/dmvpn-config.pl @@ -167,7 +167,7 @@ if ( $vcVPN->exists('ipsec') ) { my $needs_passthrough = 'false'; my $tunKeyword = 'tunnel ' . "$tunnel"; - my $conn_head = "\tvpnprof-dmvpn-$tunnel {\n"; + my $conn_head = "\tdmvpn-$profile-$tunnel {\n"; $genout .= $conn_head; my $lip = $vc->returnValue("interfaces tunnel $tunnel local-ip"); |