mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Add support for multiple LAN/WAN interfaces in nEdge backend (C++)
This commit is contained in:
parent
7b8de5bcad
commit
ad4e9facb7
9 changed files with 47 additions and 26 deletions
|
|
@ -66,13 +66,13 @@ end
|
|||
|
||||
-- Execute a system command
|
||||
function sys_utils.execCmd(cmd)
|
||||
if(REAL_EXEC) then
|
||||
if(REAL_EXEC) then
|
||||
-- traceError(TRACE_NORMAL, TRACE_CONSOLE, "[>] ".. cmd)
|
||||
return(os.execute(cmd))
|
||||
else
|
||||
else
|
||||
traceError(TRACE_NORMAL, TRACE_CONSOLE, "[execCmd] ".. cmd)
|
||||
return 0
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
-- ################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue