mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Implemented support of host filtering with TX traffic sent
This commit is contained in:
parent
784e2d86b3
commit
fadd612d14
9 changed files with 57 additions and 7 deletions
|
|
@ -350,7 +350,7 @@ local function validateOnOff(mode)
|
|||
end
|
||||
|
||||
local function validateMode(mode)
|
||||
local modes = {"all", "local", "local_no_tx", "remote", "remote_no_tx",
|
||||
local modes = {"all", "local", "local_no_tx", "local_no_tcp_tx", "remote", "remote_no_tx", "remote_no_tcp_tx",
|
||||
"broadcast_domain", "filtered", "blacklisted",
|
||||
"dhcp", "restore", "client_duration", "server_duration",
|
||||
"client_frequency", "server_frequency" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue