summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-18 16:30:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-18 16:30:16 +0000
commitfd69ff6e393a4ab5e9c2fe53235f3dfdf77e320d (patch)
tree5911cf1dec6cd93beefc5c3e1b4f108229e8225e /usr/local/www/status.php
parent549aea74196da94d83eab8d22ac53e615e1a8aad (diff)
downloadpfsense-fd69ff6e393a4ab5e9c2fe53235f3dfdf77e320d.zip
pfsense-fd69ff6e393a4ab5e9c2fe53235f3dfdf77e320d.tar.gz
Disable fragmentation rule toggle.
Diffstat (limited to 'usr/local/www/status.php')
-rwxr-xr-xusr/local/www/status.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr/local/www/status.php b/usr/local/www/status.php
index 53e2285..04adb74 100755
--- a/usr/local/www/status.php
+++ b/usr/local/www/status.php
@@ -88,11 +88,12 @@ defCmdT("Interfaces","/sbin/ifconfig -a");
defCmdT("Routing tables","netstat -nr");
defCmdT("ipfw show", "/sbin/ipfw show");
-defCmdT("pfctl -s nat ", "/sbin/pfctl -s nat");
-defCmdT("pfctl -s rules", "/sbin/pfctl -s rules");
-defCmdT("pfctl -s all"," /sbin/pfctl -s all");
+defCmdT("pfctl -sn", "/sbin/pfctl -sn");
+defCmdT("pfctl -sr", "/sbin/pfctl -sr");
+defCmdT("pfctl -ss", "/sbin/pfctl -ss");
+defCmdT("pfctl -si", "/sbin/pfctl -si");
+defCmdT("pfctl -sa"," /sbin/pfctl -sa");
defCmdT("pfctl -s rules -v"," /sbin/pfctl -s rules -v");
-defCmdT("pfctl -si","/sbin/pfctl -si");
defCmdT("resolv.conf","cat /etc/resolv.conf");
OpenPOWER on IntegriCloud