summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-06 02:37:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-06 02:37:42 +0000
commit6a15373346732da98c94239dacbfd2656d9dc3d4 (patch)
treeb6bcfcd17c5eb2ddc0c1a3d9d2a1d623a8fa0abd /usr/local/www/firewall_shaper_queues.php
parent7617733534e10ed610714121429371fed9a9cfb1 (diff)
downloadpfsense-6a15373346732da98c94239dacbfd2656d9dc3d4.zip
pfsense-6a15373346732da98c94239dacbfd2656d9dc3d4.tar.gz
Add a flag to gather_altq_queue_stats to allow the returning of the root queues
Diffstat (limited to 'usr/local/www/firewall_shaper_queues.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php
index ee1bced..c40b9ff 100755
--- a/usr/local/www/firewall_shaper_queues.php
+++ b/usr/local/www/firewall_shaper_queues.php
@@ -193,7 +193,7 @@ if ($_GET['act'] == "del") {
$counter = 0;
While(!Connection_Aborted()) {
- $stats_array = gather_altq_queue_stats();
+ $stats_array = gather_altq_queue_stats(true);
/* calculate total packets being moved through all queues. */
$total_packets_s = 0;
OpenPOWER on IntegriCloud