summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@netgate.com>2018-08-31 10:47:52 -0400
committerjim-p <jimp@netgate.com>2018-08-31 10:47:52 -0400
commit836ee3aaca674a84dec47dce9a1183b98352ba4f (patch)
treefea977eeff2857a537f533a43cba4bf1a68ff453
parentda54e84ae79328a87b4a319239bb1b14d7ed2ce6 (diff)
downloadpfsense-836ee3aaca674a84dec47dce9a1183b98352ba4f.zip
pfsense-836ee3aaca674a84dec47dce9a1183b98352ba4f.tar.gz
Change status.php to use "ifconfig -v". Implements #8860
-rw-r--r--src/usr/local/www/status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status.php b/src/usr/local/www/status.php
index bca4581..4f43dec 100644
--- a/src/usr/local/www/status.php
+++ b/src/usr/local/www/status.php
@@ -251,7 +251,7 @@ global $g, $config;
/* OS stats/info */
defCmdT("OS-Uptime", "/usr/bin/uptime");
-defCmdT("Network-Interfaces", "/sbin/ifconfig -a");
+defCmdT("Network-Interfaces", "/sbin/ifconfig -va");
defCmdT("Network-Interface Statistics", "/usr/bin/netstat -nWi");
defCmdT("Process-Top Usage", "/usr/bin/top | /usr/bin/head -n5");
defCmdT("Process-List", "/bin/ps xauwwd");
OpenPOWER on IntegriCloud