mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
spelling: excluding
This commit is contained in:
parent
2ba3094ad7
commit
1861217869
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ local callback_utils = {}
|
|||
|
||||
-- ########################################################
|
||||
|
||||
-- Iterates available interfaces, exclusing PCAP interfaces.
|
||||
-- Iterates available interfaces, excluding PCAP interfaces.
|
||||
-- Each valid interface is select-ed and passed to the callback.
|
||||
function callback_utils.foreachInterface(ifnames, verbose, callback)
|
||||
for _,_ifname in pairs(ifnames) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue