1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +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 GitHub
parent 916351f2bd
commit 29f9dad98b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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