diff --git a/ui/scripts/ui-custom/zoneWizard.js b/ui/scripts/ui-custom/zoneWizard.js index 3a727149234..a009d5514ec 100644 --- a/ui/scripts/ui-custom/zoneWizard.js +++ b/ui/scripts/ui-custom/zoneWizard.js @@ -576,9 +576,12 @@ $('').attr({ value: 'VLAN' }).html('VLAN'), + //User should not be given the option to create a physical network with "L3" isolation method. (CS-15312) + /* $('').attr({ value: 'L3' - }).html('L3'), + }).html('L3'), + */ $('').attr({ value: 'GRE' }).html('GRE')