summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-24 22:33:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-24 22:33:21 +0000
commitcbbb1141a80fe3677579e73502a7f0f50ca4ac36 (patch)
tree23abfc930055aea7d938cfdb08bca7a53f156618 /usr/local/www/status.php
parenta8826fb4eeeea6671667e561727af268b3e15a8b (diff)
downloadpfsense-cbbb1141a80fe3677579e73502a7f0f50ca4ac36.zip
pfsense-cbbb1141a80fe3677579e73502a7f0f50ca4ac36.tar.gz
Correct the load balancing command
Diffstat (limited to 'usr/local/www/status.php')
-rwxr-xr-xusr/local/www/status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status.php b/usr/local/www/status.php
index 98e1945..d0346dc 100755
--- a/usr/local/www/status.php
+++ b/usr/local/www/status.php
@@ -106,7 +106,7 @@ defCmdT("pfctl -s rules -vv","/sbin/pfctl -s rules -vv");
defCmdT("pfctl -s queue -vv","/sbin/pfctl -s queue -vv");
defCmdT("pfctl -vsq","/sbin/pfctl -vsq");
-defCmdT("Load Balancer","pfctl -a slb -s rules");
+defCmdT("Load Balancer","pfctl -a slb -s nat");
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");
OpenPOWER on IntegriCloud