Implemented support of host filtering with TX traffic sent

This commit is contained in:
Luca Deri 2022-10-15 12:44:20 +02:00
parent 784e2d86b3
commit fadd612d14
9 changed files with 57 additions and 7 deletions

View file

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