Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x

This commit is contained in:
Vijayendra Bhamidipati 2012-06-18 15:05:10 -07:00
commit df67939386
1 changed files with 4 additions and 1 deletions

View File

@ -576,9 +576,12 @@
$('<option>').attr({
value: 'VLAN'
}).html('VLAN'),
//User should not be given the option to create a physical network with "L3" isolation method. (CS-15312)
/*
$('<option>').attr({
value: 'L3'
}).html('L3'),
}).html('L3'),
*/
$('<option>').attr({
value: 'GRE'
}).html('GRE')