summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-03 03:54:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-03 03:54:42 +0000
commit18b272e6baec18ffb4fbd77b98aa6839b1e29b66 (patch)
tree31981faef5d049837c5b6519ac6909920c17c9d0 /usr/local/www/status.php
parentcb77ff27c57f09bb6fb4d30b994f8fa7e3f7fbb2 (diff)
downloadpfsense-18b272e6baec18ffb4fbd77b98aa6839b1e29b66.zip
pfsense-18b272e6baec18ffb4fbd77b98aa6839b1e29b66.tar.gz
Add /sbin/pfctl -s nat -vv
Diffstat (limited to 'usr/local/www/status.php')
-rwxr-xr-xusr/local/www/status.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/status.php b/usr/local/www/status.php
index 2f4e0f8..c0ca180 100755
--- a/usr/local/www/status.php
+++ b/usr/local/www/status.php
@@ -104,8 +104,12 @@ defCmdT("pfctl -si", "/sbin/pfctl -si");
defCmdT("pfctl -sa"," /sbin/pfctl -sa");
defCmdT("pfctl -s rules -vv","/sbin/pfctl -s rules -vv");
defCmdT("pfctl -s queue -vv","/sbin/pfctl -s queue -vv");
+defCmdT("pfctl -s queue -vv","/sbin/pfctl -s nat -vv");
+
defCmdT("pfctl -vsq","/sbin/pfctl -vsq");
+defCmdT("pfctl -vvs Tables","pfctl -vvs Tables");
+
defCmdT("Load Balancer","/sbin/pfctl -a slb -s nat");
defCmdT("pftop -w 150 -a -b","/usr/local/sbin/pftop -a -b");
OpenPOWER on IntegriCloud