mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Don't mark ERROR when "duplicateif" is true
This commit is contained in:
parent
84626a7335
commit
fb31f9ea9e
1 changed files with 2 additions and 2 deletions
|
@ -895,7 +895,7 @@ function interfaces_status()
|
|||
duplicateif = false
|
||||
if ifname ~= "" and ifname ~= nil then
|
||||
if allintf[ifname] then
|
||||
connectivity = "ERROR"
|
||||
--connectivity = "ERROR"
|
||||
duplicateif = true
|
||||
else
|
||||
allintf[ifname] = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue