mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Appliance management/capture interfaces selection
This commit is contained in:
parent
6055f4d630
commit
9a37185c79
4 changed files with 55 additions and 29 deletions
|
|
@ -196,11 +196,8 @@ end
|
|||
-- ##############################################
|
||||
|
||||
-- Returns the current operating mode
|
||||
-- nf_config overrides this
|
||||
-- nf_config and appliance_config override this
|
||||
function system_config:getOperatingMode()
|
||||
if not self.config.globals.operating_mode then
|
||||
return "bridging"
|
||||
end
|
||||
return self.config.globals.operating_mode
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue