mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix captive portal issue when moving a device to the default pool
This commit is contained in:
parent
5b4aa461d9
commit
d2deb32105
4 changed files with 15 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue