mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Appliance gui improvements. Utility functions. Code cleanup.
This commit is contained in:
parent
518aeadfa0
commit
64c7ecaf14
4 changed files with 131 additions and 60 deletions
|
|
@ -130,7 +130,7 @@ local function printWanLikeConfig(if_name, if_id, ifconf, bridge_interface, rout
|
|||
})
|
||||
end
|
||||
|
||||
if bridge_interface then
|
||||
if is_nedge and bridge_interface then
|
||||
-- in bridge mode, we allow the bridge to be on a VLAN trunk
|
||||
mode_values[#mode_values + 1] = "vlan_trunk"
|
||||
mode_labels[#mode_labels + 1] = i18n("nedge.network_conf_vlan_trunk")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue