mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
parent
fcdc69963f
commit
1cbdbbd339
11 changed files with 19 additions and 16 deletions
|
|
@ -21,7 +21,7 @@ local script = {
|
|||
|
||||
function script.hooks.protocolDetected(now)
|
||||
if(flow.isRemoteToRemote() and flow.isUnicast()) then
|
||||
flow.setStatus(flow_consts.status_types.status_remote_to_remote.status_id,
|
||||
flow.setStatus(flow_consts.status_types.status_remote_to_remote,
|
||||
50--[[ flow score]], 50--[[ cli score ]], 50--[[ srv score ]])
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue