summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-06 02:49:38 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-06 02:49:38 +0000
commit7bfea962300c71701e4eecf5dc15a9c49b31fb8b (patch)
treea949e8f9303a61850a77677ab4b81664168fcbfe /usr/local/www/firewall_shaper_queues_edit.php
parent1866bb192b54fa9abc8572913190ebdd2485b6ab (diff)
downloadpfsense-7bfea962300c71701e4eecf5dc15a9c49b31fb8b.zip
pfsense-7bfea962300c71701e4eecf5dc15a9c49b31fb8b.tar.gz
* Link Random Early Detection to OpenBSD's pf faq
* Link Random Early Detection In and Out to OpenBSD's faq * Link Explicit Congestion Notification to OpenBSD's faq
Diffstat (limited to 'usr/local/www/firewall_shaper_queues_edit.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/firewall_shaper_queues_edit.php b/usr/local/www/firewall_shaper_queues_edit.php
index c825ffe..5ceb992 100755
--- a/usr/local/www/firewall_shaper_queues_edit.php
+++ b/usr/local/www/firewall_shaper_queues_edit.php
@@ -225,9 +225,9 @@ if ($_POST) {
<?php if ($schedulertype == "cbq"): ?>
<input type="checkbox" id="borrow" name="borrow" <?php if($borrow) echo " CHECKED";?> > Borrow from other queues when available<br>
<? endif; ?>
- <input type="checkbox" id="red" name="red" <?php if($red) echo " CHECKED";?> > Random Early Detection<br>
- <input type="checkbox" id="rio" name="rio" <?php if($rio) echo " CHECKED";?> > Random Early Detection In and Out<br>
- <input type="checkbox" id="ecn" name="ecn" <?php if($ecn) echo " CHECKED";?> > Explicit Congestion Notification<br>
+ <input type="checkbox" id="red" name="red" <?php if($red) echo " CHECKED";?> > <a target="_new" href="http://www.openbsd.org/faq/pf/queueing.html#red">Random Early Detection</a><br>
+ <input type="checkbox" id="rio" name="rio" <?php if($rio) echo " CHECKED";?> > <a target="_new" href="http://www.openbsd.org/faq/pf/queueing.html#red">Random Early Detection In and Out</a><br>
+ <input type="checkbox" id="ecn" name="ecn" <?php if($ecn) echo " CHECKED";?> > <a target="_new" href="http://www.openbsd.org/faq/pf/queueing.html#ecn">Explicit Congestion Notification</a><br>
<?php if ($schedulertype == "hfsc" or $schedulertype == "cbq"): ?>
<input type="checkbox" id="parentqueue" name="parentqueue" <?php if($parentqueue) echo " CHECKED";?> > This is a parent queue of HFSC/CBQ<br>
<?php endif; ?>
OpenPOWER on IntegriCloud