templates/dhcpd_static.erb in vagrant-vmware-dhcp-0.0.7 vs templates/dhcpd_static.erb in vagrant-vmware-dhcp-0.0.8

- old
+ new

@@ -1,9 +1,9 @@ -# VAGRANT-BEGIN: <%= mac %> +# VAGRANT-BEGIN: <%= ip %> host <%= name %> { hardware ethernet <%= mac %>; fixed-address <%= ip %>; option domain-name-servers 0.0.0.0; option domain-name ""; option routers 0.0.0.0; } -# VAGRANT-END: <%= mac %> +# VAGRANT-END: <%= ip %> \ No newline at end of file