mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add support for traffic direction based on the MAC address (implement #4852)
This commit is contained in:
parent
903e76c480
commit
33415ad2dd
9 changed files with 135 additions and 4 deletions
|
|
@ -3473,6 +3473,12 @@ end
|
|||
|
||||
-- ###########################################
|
||||
|
||||
function getGwMacsSet(ifid)
|
||||
return "ntopng.prefs.iface_" .. ifid .. ".gw_macs"
|
||||
end
|
||||
|
||||
-- ###########################################
|
||||
|
||||
function printWarningAlert(message)
|
||||
print[[<div class="alert alert-warning alert-dismissable" role="alert">]]
|
||||
print[[<a class="close" data-dismiss="alert" aria-label="close">×</a>]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue