Add multicast broadcast filter. (#7774)

This commit is contained in:
Nicolo Maio 2023-08-22 10:51:23 +02:00
parent be7298389b
commit 5a7b1977b0
7 changed files with 21 additions and 1 deletions

View file

@ -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