diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-02-11 16:20:12 -0600 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-02-11 16:20:12 -0600 |
commit | 65a443cf4b455589d8854eb7bd361d3e319b192c (patch) | |
tree | 37ec374f6e5939f319609019554a6eeb22b6eb78 /lib | |
parent | a3b485b0711a0bca1d70a088f1d3a46a959252b2 (diff) | |
download | vyatta-op-vpn-65a443cf4b455589d8854eb7bd361d3e319b192c.tar.gz vyatta-op-vpn-65a443cf4b455589d8854eb7bd361d3e319b192c.zip |
Changed output of ipsec opmode to be cleaner, minor adjustment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/OPMode.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/OPMode.pm b/lib/OPMode.pm index 08aa8ef..f358b66 100644 --- a/lib/OPMode.pm +++ b/lib/OPMode.pm @@ -881,7 +881,7 @@ sub display_ike_sa_brief { for my $connid (peerSort(keys %tunhash)){ print <<EOH; Peer ID / IP Local ID / IP ------------- ------------- +------------ ------------- EOH (my $peerid, my $myid) = $connid =~ /(.*?)-(.*)/; printf "%-39s %-39s\n", $peerid, $myid; |