diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-02-11 16:34:35 -0600 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-02-11 16:34:35 -0600 |
commit | 5c69fb8871a50ab3d2bcbadd43aa4a99a8868ef6 (patch) | |
tree | 08219ff9ef3b35c3f1aecf7b4e4acac501710436 /lib | |
parent | 19473e48b4773c49e16017f317e962df1817ed9b (diff) | |
download | vyatta-op-vpn-5c69fb8871a50ab3d2bcbadd43aa4a99a8868ef6.tar.gz vyatta-op-vpn-5c69fb8871a50ab3d2bcbadd43aa4a99a8868ef6.zip |
Make spacing between peers more noticable
Diffstat (limited to 'lib')
-rw-r--r-- | lib/OPMode.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/OPMode.pm b/lib/OPMode.pm index f358b66..29c1f84 100644 --- a/lib/OPMode.pm +++ b/lib/OPMode.pm @@ -567,7 +567,7 @@ EOH printf "%-39s %-39s\n", $lip, $pip; printf "%-39s %-39s\n\n", substr($lid,0,39), substr($pid,0,39); print " Secret: $secret\n"; - print "\n"; + print "\n \n"; } } exit 0; @@ -650,7 +650,7 @@ EOH $tunnum, $state, $bytesp, $encp, $hashp, $nattp, $atime, $life, $proto; } - print "\n\n"; + print "\n \n"; } } sub display_ipsec_sa_detail @@ -849,7 +849,7 @@ EOH printf " %-6s %-3s %-28s %-28s %-8s\n", $tunnum, 'out', $srcnet, $dstnet, $outbytes; } - print "\n"; + print "\n \n"; } } @@ -913,7 +913,7 @@ EOH printf " %-6s %-8s %-5s %-6s %-7s %-7s\n", $state, $encp, $hashp, $nattp, $atime, $life; } - print "\n\n"; + print "\n \n"; } } 1; |