From 5326f3578936a81511785b693ed16e890bd89cf8 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 23 Aug 2012 09:16:45 -0700 Subject: [PATCH] Move routing output closer to the IP output in 'dump'. Signed-off-by: Tom Eastep --- Shorewall-core/lib.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall-core/lib.cli b/Shorewall-core/lib.cli index 1cd8438ee..ef1995aa4 100644 --- a/Shorewall-core/lib.cli +++ b/Shorewall-core/lib.cli @@ -1216,6 +1216,8 @@ do_dump_command() { brctl show fi + show_routing + if [ $g_family -eq 4 ]; then heading "Per-IP Counters" @@ -1252,8 +1254,6 @@ do_dump_command() { done fi - show_routing - if [ $g_family -eq 4 ]; then heading "ARP" arp -na