mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Don't force an ERROR in shared interfaces
When one Interface shares the Physical Device, this _can be_ a problem. However, not in all cases (for exemple, when using PPPoE connections). So, mark them as "warning", and not "error".
This commit is contained in:
parent
7ed4367cf5
commit
84626a7335
1 changed files with 2 additions and 2 deletions
|
@ -405,7 +405,7 @@
|
||||||
if(duplicateif)
|
if(duplicateif)
|
||||||
{
|
{
|
||||||
statusMessage += 'Network interface duplicated<br />';
|
statusMessage += 'Network interface duplicated<br />';
|
||||||
statusMessageClass = "error";
|
statusMessageClass = "warning";
|
||||||
}
|
}
|
||||||
if(ipv6_discover == 'DETECTED')
|
if(ipv6_discover == 'DETECTED')
|
||||||
{
|
{
|
||||||
|
@ -519,4 +519,4 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<%+footer%>
|
<%+footer%>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue