Remove deprecated setActiveInterfaceId (replaced by select)

This commit is contained in:
Alfredo Cardigliano 2025-01-20 12:02:50 +01:00
parent 8be3d5e17e
commit 167f2e41c9
4 changed files with 0 additions and 41 deletions

View file

@ -24,13 +24,6 @@
--! @ingroup Script
---------------------------------
--! @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.
--! @tparam number id param.
--! @return The network interface name of network interface identified by Id, nill otherwise.
function setActiveInterfaceId(id)
--! @memberof interface
--! @brief Get the network interface names.
--! @details For more information please read the @ref ntop_get_interface_names documentation.