mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-20 17:29:13 +00:00
Added the concept of bridgeInterface Id in MACs
This commit is contained in:
parent
e5c8ffc9f0
commit
cb4b0c002b
9 changed files with 89 additions and 49 deletions
|
|
@ -168,7 +168,7 @@ static void address_tree_dump_funct(prefix_t *prefix, void *data, void *user_dat
|
|||
if(user_data)
|
||||
lua_push_str_table_entry((lua_State*)user_data, ret, (char*)"");
|
||||
else
|
||||
ntop->getTrace()->traceEvent(TRACE_NORMAL, "[AddressTree] %s", ret);
|
||||
ntop->getTrace()->traceEvent(TRACE_INFO, "[AddressTree] %s", ret);
|
||||
}
|
||||
|
||||
/* **************************************************** */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue