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:53:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-06 02:53:30 +0000
commitd3b645fc30a45073fdf2206344291ffcbf8ec2cf (patch)
tree7bf882e58de59d8a666be45e48e9d4f97f13cffb /usr/local/www/firewall_shaper_queues_edit.php
parent7bfea962300c71701e4eecf5dc15a9c49b31fb8b (diff)
downloadpfsense-d3b645fc30a45073fdf2206344291ffcbf8ec2cf.zip
pfsense-d3b645fc30a45073fdf2206344291ffcbf8ec2cf.tar.gz
* Link Priority based queueing to OpenBSD's pf faq
* Link Class based queueing to OpenBSD's faq
Diffstat (limited to 'usr/local/www/firewall_shaper_queues_edit.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_shaper_queues_edit.php b/usr/local/www/firewall_shaper_queues_edit.php
index 5ceb992..d6afe48 100755
--- a/usr/local/www/firewall_shaper_queues_edit.php
+++ b/usr/local/www/firewall_shaper_queues_edit.php
@@ -176,8 +176,8 @@ if ($_POST) {
<td class="vtable">
<?php
if($schedulertype == "hfsc") echo "Hierarchical Fair Service Curve queueing";
- else if($schedulertype == "priq") echo "Priority based queueing";
- else if($schedulertype == "cbq") echo "Class based queueing";
+ else if($schedulertype == "priq") echo "<a target=\"_new\" href=\"http://www.openbsd.org/faq/pf/queueing.html#priq\">Priority based queueing</a>";
+ else if($schedulertype == "cbq") echo "<a target=\"_new\" href=\"http://www.openbsd.org/faq/pf/queueing.html#cbq\">Class based queueing</a>";
?>
</td>
</tr>
OpenPOWER on IntegriCloud