From b27f9579851132501579deab7d72ce907fac731f Mon Sep 17 00:00:00 2001 From: Fedor Date: Wed, 1 Dec 2010 03:08:30 -0500 Subject: [PATCH] sysinfo: cosmetics --- release/src/router/others/sysinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/src/router/others/sysinfo b/release/src/router/others/sysinfo index 1f8263479c..87d7d7cf27 100755 --- a/release/src/router/others/sysinfo +++ b/release/src/router/others/sysinfo @@ -5,7 +5,7 @@ echo "NVRAM"; nvram show | grep 'bytes used'; echo echo "INTERFACES"; ifconfig; echo echo "ROUTING TABLE"; route -n; echo echo "ARP TABLE"; arp -nva; echo -echo "IP TABLES"; echo ":filter"; iptables -L -n; echo; echo ":nat"; iptables -t nat -L -n; echo; echo ":mangle"; iptables -t mangle -L -n; echo +echo "IP TABLES"; echo ":filter"; iptables -nvL; echo; echo ":nat"; iptables -t nat -nvL; echo; echo ":mangle"; iptables -t mangle -nvL; echo echo "NET STATS"; netstat -an; echo echo "FILE SYSTEMS"; df; echo echo "MOUNTPOINTS"; mount; echo -- 2.11.4.GIT