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:
parent
154279f24f
commit
1f80bb3b75
@ -259,7 +259,7 @@ int VirtualNetwork::insert(SqlDB * db, string& error_str)
|
||||
|
||||
if (!vlan_id.empty())
|
||||
{
|
||||
oss << vlan_id;
|
||||
oss << "." << vlan_id;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user