mirror of https://github.com/apache/cloudstack.git
Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x
This commit is contained in:
commit
df67939386
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue