mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Localization and lint for nedge VLANs bridging
This commit is contained in:
parent
fa86e225c6
commit
2412487cef
2 changed files with 2 additions and 1 deletions
|
|
@ -724,7 +724,7 @@ end
|
|||
-- #################################################################
|
||||
|
||||
local function validateInterfaceConfMode(m)
|
||||
return validateChoice({"dhcp", "static"}, m)
|
||||
return validateChoice({"dhcp", "static", "vlan_trunk"}, m)
|
||||
end
|
||||
|
||||
-- #################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue