From 18b272e6baec18ffb4fbd77b98aa6839b1e29b66 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 3 Dec 2005 03:54:42 +0000 Subject: [PATCH] Add /sbin/pfctl -s nat -vv --- usr/local/www/status.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usr/local/www/status.php b/usr/local/www/status.php index 2f4e0f854f..c0ca180da6 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");