mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Remove host macs and show source macs instead
This commit is contained in:
parent
3a79a06665
commit
02cec8a2be
14 changed files with 76 additions and 114 deletions
|
|
@ -90,7 +90,6 @@ local stats_by_group_key = interface.getGroupedHosts(false, -- do not show detai
|
|||
tonumber(vlan_n), -- VLAN filter
|
||||
tonumber(as_n), -- ASN filter
|
||||
tonumber(network_n), -- Network filter
|
||||
false, -- All hosts, not just hosts that have a source mac
|
||||
tonumber(pool_n), -- Host Pool filter
|
||||
tonumber(ipver_n)) -- IP version filter (4 or 6)
|
||||
stats_by_group_col = stats_by_group_key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue