mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-22 02:38:59 +00:00
Discovery fixes
This commit is contained in:
parent
4505bb7509
commit
b33c55856e
4 changed files with 9 additions and 2 deletions
|
|
@ -112,6 +112,7 @@ NetworkInterface::NetworkInterface(const char *name,
|
|||
|
||||
if(strchr(name, ':')
|
||||
|| strchr(name, '@')
|
||||
|| (!strcmp(name, "dummy"))
|
||||
|| strchr(name, '/') /* file path */
|
||||
|| strstr(name, ".pcap") /* pcap */
|
||||
|| (strncmp(name, "lo", 2) == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue