Revert "firewall scrupt, 0x0 is not a valid value, https://github.com/opnsense/core/issues/1623"

This reverts commit 2fa53c9e8541326bba8cb2f9b452d0ed210706ef.

This needs fixing in the kernel instead :)
This commit is contained in:
Franco Fichtner 2017-05-06 20:19:08 +02:00
parent 2fa53c9e85
commit 4344115cf3

View File

@ -574,7 +574,7 @@ include("head.inc");
<?=gettext("reliability");?>
</option>
<?php
for ($i = 1; $i < 256; $i++):
for ($i = 0; $i < 256; $i++):
$tos_val = "0x".dechex($i) ?>
<option value="<?=$tos_val;?>" <?= $tos_val == $pconfig['set-tos'] ? "selected=\"selected\"" : ""; ?>>
<?=$tos_val;?>