mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-10 00:42:14 +00:00
Add nedge gateway RTT check
This commit is contained in:
parent
71a262ecdf
commit
032f3f182f
2 changed files with 5 additions and 2 deletions
|
|
@ -1317,6 +1317,7 @@ local special_parameters = { --[[Suffix validator]] --[[Value Validator]]
|
|||
-- Gateways
|
||||
["gateway_address_"] = { validateGatewayName, validateIPV4 },
|
||||
["gateway_ping_"] = { validateGatewayName, validateIPV4 },
|
||||
["gw_rtt_"] = { validateGatewayName, validateNumber },
|
||||
["gw_id_"] = { validateNumber, validateGatewayName },
|
||||
["pol_id_"] = { validateNumber, validateRoutingPolicyName },
|
||||
["routing_"] = { validateRoutingPolicyGateway, validateEmptyOr(validateNumber) }, -- a routing policy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue