summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-07-03 17:23:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-07-03 17:23:37 +0000
commit48e0793065ee3b762d4b939da80d8220a6f0ae6d (patch)
treea224393021d1e4dba1614ea3a781b27e8203b331 /usr
parentcdfc6cd60810b063e9b25be43d6d074ca130f367 (diff)
downloadpfsense-48e0793065ee3b762d4b939da80d8220a6f0ae6d.zip
pfsense-48e0793065ee3b762d4b939da80d8220a6f0ae6d.tar.gz
Add pfctl -s info to status.php
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/status.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/status.php b/usr/local/www/status.php
index 43e2613..a8f7b81 100755
--- a/usr/local/www/status.php
+++ b/usr/local/www/status.php
@@ -95,6 +95,8 @@ global $g;
defCmdT("System uptime","uptime");
defCmdT("Interfaces","/sbin/ifconfig -a");
+defCmdT("PF Info","pfctl -s info");
+
defCmdT("Routing tables","netstat -nr");
defCmdT("top | head -n5", "/usr/bin/top | /usr/bin/head -n5");
OpenPOWER on IntegriCloud