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

M #-: Add missing param to no_vlan driver (#612)

This commit is contained in:
Jan Orel 2021-01-11 16:59:51 +01:00 committed by Tino Vazquez
parent 9f3d883d6f
commit 38b0c3022f
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -43,7 +43,7 @@ module VNMMAD
@nic = nic
# Create the bridge.
create_bridge
create_bridge(@nic)
end
unlock