1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

bug #2762: Prevent collitions between vlanid and vnetid

(cherry picked from commit ad1276927c8d6089f240a7bd8cf43f4ae7e57d96)
This commit is contained in:
Ruben S. Montero 2014-02-27 13:05:27 +01:00
parent 154279f24f
commit 1f80bb3b75

View File

@ -259,7 +259,7 @@ int VirtualNetwork::insert(SqlDB * db, string& error_str)
if (!vlan_id.empty())
{
oss << vlan_id;
oss << "." << vlan_id;
}
else
{