mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Initial system interface data delete
This commit is contained in:
parent
8dfb66fe82
commit
0748ef191d
5 changed files with 70 additions and 25 deletions
|
|
@ -248,3 +248,10 @@ function getSystemInterfaceId()
|
|||
-- This must be a string as it is passed in interface.select
|
||||
return "-1"
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function getSystemInterfaceName()
|
||||
-- NOTE: keep in sync with SYSTEM_INTERFACE_NAME in ntop_defines.h
|
||||
return "__system__"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue