diff options
author | Daniil Baturin <daniil.baturin@vyatta.com> | 2011-12-14 03:12:41 +0700 |
---|---|---|
committer | Daniil Baturin <daniil.baturin@vyatta.com> | 2011-12-14 03:12:41 +0700 |
commit | 39faa21f2a9ee91e2035c70981ac0759b2597104 (patch) | |
tree | bdec0205efafff066c9657be81dedde2a1825aa2 | |
parent | c885af49e84e3714513ab1ca083b91ae2dd31ca0 (diff) | |
download | vyatta-nat-39faa21f2a9ee91e2035c70981ac0759b2597104.tar.gz vyatta-nat-39faa21f2a9ee91e2035c70981ac0759b2597104.zip |
Fix formatting in "show nat * rules".
-rwxr-xr-x | scripts/vyatta-show-nat-rules.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-show-nat-rules.pl b/scripts/vyatta-show-nat-rules.pl index c6e2d1e..72a7899 100755 --- a/scripts/vyatta-show-nat-rules.pl +++ b/scripts/vyatta-show-nat-rules.pl @@ -43,7 +43,7 @@ my $dst_level = "nat destination rule"; my $level = undef; my $format1 = "%-6s %-16s %-58s"; -my $format2 = " %-16s %-62s"; +my $format2 = " %-16s %-62s"; sub numerically { $a <=> $b; } |