mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove ability to change schedulertype - we're only supporting HFSC for
now - priq may come back in future, the return of CBQ is unlikely
This commit is contained in:
parent
387041ffc4
commit
a48aec0a67
@ -1,13 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- pfSense default system configuration -->
|
||||
<pfsense>
|
||||
<version>2.0</version>
|
||||
<version>2.1</version>
|
||||
<lastchange></lastchange>
|
||||
<theme>metallic</theme>
|
||||
<system>
|
||||
<enablesshd/>
|
||||
<optimization>normal</optimization>
|
||||
<schedulertype>priq</schedulertype>
|
||||
<hostname>pfSense</hostname>
|
||||
<domain>local</domain>
|
||||
<dnsserver></dnsserver>
|
||||
@ -387,6 +386,7 @@
|
||||
</filter>
|
||||
<shaper>
|
||||
<!-- <enable/> -->
|
||||
<!-- <schedulertype>hfsc</schedulertype> -->
|
||||
<!-- rule syntax:
|
||||
<rule>
|
||||
<disabled/>
|
||||
|
||||
@ -240,7 +240,7 @@ include("head.inc");
|
||||
<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>
|
||||
<input type="checkbox" id="parentqueue" name="parentqueue" <?php if($parentqueue) echo " CHECKED";?> > This is a parent queue<br>
|
||||
<?php endif; ?>
|
||||
<span class="vexpl"><br>Select options for this queue
|
||||
</tr>
|
||||
@ -267,7 +267,7 @@ include("head.inc");
|
||||
|
||||
<?php if ($schedulertype == "hfsc" or $schedulertype == "cbq"): ?>
|
||||
<tr>
|
||||
<td width="22%" valign="top" class="vncell">Parent queue (CBQ or HFSC only):</td>
|
||||
<td width="22%" valign="top" class="vncell">Parent queue:</td>
|
||||
<td width="78%" class="vtable">
|
||||
<select id="attachtoqueue" name="attachtoqueue">
|
||||
<?php
|
||||
|
||||
@ -476,6 +476,7 @@ include("head.inc");
|
||||
<br />
|
||||
</td>
|
||||
</tr>
|
||||
<!---
|
||||
<tr>
|
||||
<td width="22%" valign="top" class="vncell">Traffic Shaper Scheduler</td>
|
||||
<td width="78%" class="vtable">
|
||||
@ -495,6 +496,7 @@ include("head.inc");
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
</tr>
|
||||
-->
|
||||
<tr>
|
||||
<td width="22%" valign="top" class="vncell">Firewall Optimization Options</td>
|
||||
<td width="78%" class="vtable">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user