diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-24 22:33:21 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-24 22:33:21 +0000 |
commit | cbbb1141a80fe3677579e73502a7f0f50ca4ac36 (patch) | |
tree | 23abfc930055aea7d938cfdb08bca7a53f156618 /usr | |
parent | a8826fb4eeeea6671667e561727af268b3e15a8b (diff) | |
download | pfsense-cbbb1141a80fe3677579e73502a7f0f50ca4ac36.zip pfsense-cbbb1141a80fe3677579e73502a7f0f50ca4ac36.tar.gz |
Correct the load balancing command
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/status.php | 2 |
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"); |