From 48e0793065ee3b762d4b939da80d8220a6f0ae6d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 3 Jul 2007 17:23:37 +0000 Subject: Add pfctl -s info to status.php --- usr/local/www/status.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/local/www/status.php b/usr/local/www/status.php index 43e2613..a8f7b81 100755 --- a/usr/local/www/status.php +++ b/usr/local/www/status.php @@ -95,6 +95,8 @@ global $g; defCmdT("System uptime","uptime"); defCmdT("Interfaces","/sbin/ifconfig -a"); +defCmdT("PF Info","pfctl -s info"); + defCmdT("Routing tables","netstat -nr"); defCmdT("top | head -n5", "/usr/bin/top | /usr/bin/head -n5"); -- cgit v1.1