mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Make bridge wizard interface specific
This commit is contained in:
parent
856b2bc32e
commit
b8879ee933
6 changed files with 30 additions and 21 deletions
|
|
@ -3280,8 +3280,8 @@ function getCaptivePortalUsers()
|
|||
return users
|
||||
end
|
||||
|
||||
function getBridgeInitializedKey()
|
||||
return "ntopng.prefs.bridge_initialized"
|
||||
function getBridgeInitializedKey(ifid)
|
||||
return "ntopng.prefs.iface_"..ifid..".bridge_initialized"
|
||||
end
|
||||
|
||||
function hasSnmpDevices(ifid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue