Skip to content

Commit

Permalink
Merge pull request #2521 from isaoshimizu/fix_nic_name_on_fedora
Browse files Browse the repository at this point in the history
guests/fedora: fix network interface name on fedora. issue #2520
  • Loading branch information
mitchellh committed Nov 23, 2013
2 parents 33273ee + 8a3d7aa commit d554cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/guests/fedora/network_static.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BOOTPROTO=none
ONBOOT=yes
IPADDR=<%= options[:ip] %>
NETMASK=<%= options[:netmask] %>
DEVICE=eth<%= options[:interface] %>
DEVICE=p7p<%= options[:interface] %>
<%= options[:gateway] ? "GATEWAY=#{options[:gateway]}" : '' %>
<%= options[:mac_address] ? "HWADDR=#{options[:mac_address]}" : '' %>
PEERDNS=no
Expand Down

0 comments on commit d554cfc

Please sign in to comment.