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)

(cherry picked from commit c1bb45c74b6fc8f72250716f3a2c6ac48a390fd2)
This commit is contained in:
Daniel Clavijo Coca 2019-12-16 08:24:41 -06:00 committed by Ruben S. Montero
parent 871ef3e918
commit eab1e7e6b7
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

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]