diff options
-rwxr-xr-x | scripts/vyatta-vpn-op.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/vyatta-vpn-op.pl b/scripts/vyatta-vpn-op.pl index 55ea1d5..6d96bec 100755 --- a/scripts/vyatta-vpn-op.pl +++ b/scripts/vyatta-vpn-op.pl @@ -42,6 +42,8 @@ sub clear_tunnel { my ($peer, $tunnel) = @_; my $error = undef; my $cmd = undef; + + $peer =~ s/@//; print "Resetting tunnel $tunnel with peer $peer...\n"; |