Move routing output closer to the IP output in 'dump'.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-08-23 09:16:45 -07:00
parent 112312f2ee
commit 5326f35789

View File

@ -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