Make bridge wizard interface specific

This commit is contained in:
emanuele-f 2017-05-24 15:32:30 +02:00
parent 856b2bc32e
commit b8879ee933
6 changed files with 30 additions and 21 deletions

View file

@ -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)