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

B #4006: Fix bridge clean (#4049)

This commit is contained in:
Daniel Clavijo Coca 2019-12-16 08:24:41 -06:00 committed by Ruben S. Montero
parent f1bd28c9e3
commit c1bb45c74b

View File

@ -26,6 +26,10 @@ module VNMMAD
true
end
def delete_vlan_dev
true
end
private
def gen_vlan_dev_name
@nic[:vlan_dev] = @nic[:phydev] if @nic[:phydev]