mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
temp fix
This commit is contained in:
parent
a6d6fb58f3
commit
bd9333dff3
@ -228,7 +228,8 @@ module VagrantPlugins
|
|||||||
"vnet#{iface_number}"
|
"vnet#{iface_number}"
|
||||||
else
|
else
|
||||||
# TODO can we use same name vnet#ifnum?
|
# TODO can we use same name vnet#ifnum?
|
||||||
"tnet#{iface_number}"
|
#"tnet#{iface_number}" FIXME plugin vagrant-libvirt trying to create second tnet0 interface
|
||||||
|
"vnet#{iface_number}"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user