mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
parent
0357bd8e80
commit
1ec35cadbf
5 changed files with 35 additions and 1 deletions
|
|
@ -27,6 +27,9 @@ local script = {
|
|||
function script.hooks.min(params)
|
||||
local available_interfaces = interface.getIfNames()
|
||||
|
||||
-- Add the system interface id
|
||||
available_interfaces[getSystemInterfaceId()] = getSystemInterfaceName()
|
||||
|
||||
for _, iface in pairs(available_interfaces) do
|
||||
interface.select(iface)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue