summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-22 21:39:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-22 21:39:12 +0000
commita88fe76173e9e901f046e2932cd1f954b0e84dc1 (patch)
tree85d4ddc88ee17a01b73b414001719f2c9b3b1a92 /usr/local/www/status.php
parentbdb7d6e77ed4cafd11f8ce9e0849af1a6b880585 (diff)
downloadpfsense-a88fe76173e9e901f046e2932cd1f954b0e84dc1.zip
pfsense-a88fe76173e9e901f046e2932cd1f954b0e84dc1.tar.gz
Add pfctl -vsq debugging command to status page
Diffstat (limited to 'usr/local/www/status.php')
-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 58c0776..6fa1c6c 100755
--- a/usr/local/www/status.php
+++ b/usr/local/www/status.php
@@ -95,6 +95,8 @@ defCmdT("pfctl -si", "/sbin/pfctl -si");
defCmdT("pfctl -sa"," /sbin/pfctl -sa");
defCmdT("pfctl -s rules -v","/sbin/pfctl -s rules -v");
defCmdT("pfctl -s queue -v","/sbin/pfctl -s queue -v");
+defCmdT("pfctl -vsq","/sbin/pfctl -vsq");
+
defCmdT("pftop -w 150 -a -b","/usr/local/sbin/pftop -a -b");
defCmdT("pftop -w 150 -a -b -v long","/usr/local/sbin/pftop -w 150 -a -b -v long");
defCmdT("pftop -w 150 -a -b -v queue","/usr/local/sbin/pftop -w 150 -a -b -v queue");
OpenPOWER on IntegriCloud