mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Add support for multiple LAN interfaces in routing mode
This commit is contained in:
parent
f541963ba8
commit
6e834992e5
5 changed files with 79 additions and 59 deletions
|
|
@ -67,7 +67,8 @@ local min_wan_ifaces = "1"
|
|||
local max_lan_ifaces = "1"
|
||||
local max_wan_ifaces = ""
|
||||
if mode == "routing" then
|
||||
-- nothing to change
|
||||
-- testing
|
||||
max_lan_ifaces = ""
|
||||
elseif mode == "bridging" then
|
||||
-- temporary limits - we need to support multiple LAN interfaces in C code
|
||||
max_wan_ifaces = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue