mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Add multicast broadcast filter. (#7774)
This commit is contained in:
parent
be7298389b
commit
5a7b1977b0
7 changed files with 21 additions and 1 deletions
|
|
@ -130,6 +130,8 @@ elseif mode == "remote_no_tcp_tx" then
|
|||
hosts_retrv_function = interface.getRemoteHostsInfoNoTXTCP
|
||||
elseif mode == "broadcast_domain" then
|
||||
hosts_retrv_function = interface.getBroadcastDomainHostsInfo
|
||||
elseif mode == "broadcast_multicast" then
|
||||
hosts_retrv_function = interface.getBroadcastMulticastHostsInfo
|
||||
elseif mode == "filtered" then
|
||||
filtered_hosts = true
|
||||
elseif mode == "blacklisted" then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue