Project

General

Profile

« Previous | Next » 

Revision 7bfea962

Added by Scott Ullrich over 20 years ago

  • 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

View differences:

usr/local/www/firewall_shaper_queues_edit.php
225 225
	<?php if ($schedulertype == "cbq"): ?>
226 226
		<input type="checkbox" id="borrow" name="borrow" <?php if($borrow) echo " CHECKED";?> > Borrow from other queues when available<br>
227 227
	<? endif; ?>
228
		<input type="checkbox" id="red" name="red" <?php if($red) echo " CHECKED";?> > Random Early Detection<br>
229
		<input type="checkbox" id="rio" name="rio" <?php if($rio) echo " CHECKED";?> > Random Early Detection In and Out<br>
230
		<input type="checkbox" id="ecn" name="ecn" <?php if($ecn) echo " CHECKED";?> > Explicit Congestion Notification<br>
228
		<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>
229
		<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>
230
		<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>
231 231
	<?php if ($schedulertype == "hfsc" or $schedulertype == "cbq"): ?>
232 232
		<input type="checkbox" id="parentqueue" name="parentqueue" <?php if($parentqueue) echo " CHECKED";?> > This is a parent queue of HFSC/CBQ<br>
233 233
	<?php endif; ?>

Also available in: Unified diff