mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Run ntopng on the bridge interface when running in bridge mode as appliance
This commit is contained in:
parent
5ab1e6dacb
commit
d19db6b678
7 changed files with 77 additions and 12 deletions
|
|
@ -75,7 +75,9 @@ if table.len(_POST) > 0 then
|
|||
if config_found then
|
||||
sys_config:setDisabledWans(disabled_wans)
|
||||
sys_config:setInterfacesConfiguration(interfaces_config)
|
||||
sys_config:setDhcpFromLan()
|
||||
if is_nedge then
|
||||
sys_config:setDhcpFromLan()
|
||||
end
|
||||
sys_config:save()
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue