mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 08:07:13 +02:00
Move routing output closer to the IP output in 'dump'.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
112312f2ee
commit
5326f35789
@ -1216,6 +1216,8 @@ do_dump_command() {
|
|||||||
brctl show
|
brctl show
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
show_routing
|
||||||
|
|
||||||
if [ $g_family -eq 4 ]; then
|
if [ $g_family -eq 4 ]; then
|
||||||
heading "Per-IP Counters"
|
heading "Per-IP Counters"
|
||||||
|
|
||||||
@ -1252,8 +1254,6 @@ do_dump_command() {
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
show_routing
|
|
||||||
|
|
||||||
if [ $g_family -eq 4 ]; then
|
if [ $g_family -eq 4 ]; then
|
||||||
heading "ARP"
|
heading "ARP"
|
||||||
arp -na
|
arp -na
|
||||||
|
Loading…
x
Reference in New Issue
Block a user