Localization and lint for nedge VLANs bridging

This commit is contained in:
Simone Mainardi 2018-06-12 19:56:26 +02:00
parent fa86e225c6
commit 2412487cef
2 changed files with 2 additions and 1 deletions

View file

@ -724,7 +724,7 @@ end
-- #################################################################
local function validateInterfaceConfMode(m)
return validateChoice({"dhcp", "static"}, m)
return validateChoice({"dhcp", "static", "vlan_trunk"}, m)
end
-- #################################################################