Fix captive portal issue when moving a device to the default pool

This commit is contained in:
emanuele-f 2017-12-08 13:30:42 +01:00
parent 5b4aa461d9
commit d2deb32105
4 changed files with 15 additions and 9 deletions

View file

@ -3411,7 +3411,7 @@ end
-- Returns true if the captive portal can be started with the current configuration
function isCaptivePortalSupported(ifstats, prefs, skip_interface_check)
if not ntop.isEnterprise() then
if not ntop.isEnterprise() and not haveNedge2() then
return false
end