diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js index 5cbc6db6a3a..2df36dd1d5a 100644 --- a/ui/scripts/configuration.js +++ b/ui/scripts/configuration.js @@ -887,6 +887,12 @@ return key; }).join(','); + if (inputData['specifyVlan'] == 'on') { + inputData['specifyVlan'] = true; + } else { + inputData['specifyVlan'] = false; + } + // Make service provider map var serviceProviderIndex = 0; $.each(services, function(key, value) {