mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
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:
parent
2fa53c9e85
commit
4344115cf3
@ -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;?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user