[DRE-commits] [vagrant-libvirt] 67/77: Add ability to always set the type of NIC

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:56:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag 0.0.17
in repository vagrant-libvirt.

commit d577a6704333f9d6f096142b754accc1c6466b0f
Author: Stefan Himpich <github at godmin.de>
Date:   Fri May 23 13:11:12 2014 +0200

    Add ability to always set the type of NIC
---
 lib/vagrant-libvirt/templates/public_interface.xml.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/vagrant-libvirt/templates/public_interface.xml.erb b/lib/vagrant-libvirt/templates/public_interface.xml.erb
index 30232f6..0af02df 100644
--- a/lib/vagrant-libvirt/templates/public_interface.xml.erb
+++ b/lib/vagrant-libvirt/templates/public_interface.xml.erb
@@ -6,8 +6,8 @@
   <source dev='<%= @device %>' mode='<%= @mode %>'/>
   <% else %>
   <source bridge='<%=@device%>'/>
-  <model type='<%=@model_type%>'/>
   <% end %>
+  <model type='<%=@model_type%>'/>
 </interface>
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git



More information about the Pkg-ruby-extras-commits mailing list