Reworks alerts to prevent local hosts I/O

This commit is contained in:
Simone Mainardi 2017-11-01 23:04:33 +01:00
parent 1c826e480c
commit a22022bb30
20 changed files with 171 additions and 149 deletions

View file

@ -24,14 +24,6 @@
--! @ingroup Script
---------------------------------
--! @memberof interface
--! @brief Get the default network interface name.
--! @details For more information please read the @ref ntop_get_default_interface_name documentation.
--! @return {string} The default network interface name of ntopng.
function getDefaultIfName()
--! @memberof interface
--! @brief Sets the network interface name identified by Id as active one on which to perform operations.
--! @details For more information please read the @ref ntop_set_active_interface_id documentation.