Added DEVICE option to RedHat host only networking template. [GH-382]

This allows the networking to work even when the VM has multiple adapters.
This commit is contained in:
Mitchell Hashimoto 2011-06-09 23:17:51 -04:00
parent 3582a8f2aa
commit c9d03cf138
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
## 0.7.6 (unreleased)
- Added DEVICE option to the RedHat host only networking entry, which allows
host only networking to work even if the VM has multiple NICs. [GH-382]
## 0.7.5 (May 16, 2011)

View File

@ -5,4 +5,5 @@ BOOTPROTO=static
DHCPCLASS=
IPADDR=<%= net_options[:ip] %>
NETMASK=<%= net_options[:netmask] %>
DEVICE=eth<%= net_options[:adapter] %>
#VAGRANT-END