mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Fixes discovery for loopback interfaces
This commit is contained in:
parent
893350653b
commit
fdba617b0d
7 changed files with 20 additions and 13 deletions
|
|
@ -252,7 +252,7 @@ local has_snmp_location = info["version.enterprise_edition"] and host_has_snmp_l
|
|||
label = i18n("ports"),
|
||||
},
|
||||
{
|
||||
hidden = only_historical or isLoopback(ifname),
|
||||
hidden = only_historical or interface.isLoopback(),
|
||||
active = page == "peers",
|
||||
page_name = "peers",
|
||||
label = i18n("peers"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue