From 84626a7335d80293e1683dda6f97917d7b104e47 Mon Sep 17 00:00:00 2001 From: lars18th Date: Thu, 21 Feb 2019 18:32:30 +0100 Subject: [PATCH] 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". --- .../luasrc/view/openmptcprouter/wanstatus.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wanstatus.htm b/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wanstatus.htm index 6445d89fa..8e7a7877a 100644 --- a/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wanstatus.htm +++ b/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wanstatus.htm @@ -405,7 +405,7 @@ if(duplicateif) { statusMessage += 'Network interface duplicated
'; - statusMessageClass = "error"; + statusMessageClass = "warning"; } if(ipv6_discover == 'DETECTED') { @@ -519,4 +519,4 @@ -<%+footer%> \ No newline at end of file +<%+footer%>