vaguerent/templates/guests/freebsd/network_dhcp.erb
Seth Vargo 2b08151977
guests/freebsd: Configure predictable networks in a single command
This commit refactors the freebsd networking to:

1. Use predictable network naming
2. Properly handle DHCP vs static networks on up and reload [GH-5852]
3. Perform all networking configuration in a single command to prevent
   partial configuration.
2016-06-06 11:58:29 -04:00

5 lines
95 B
Plaintext

#VAGRANT-BEGIN
ifconfig_<%= options[:device] %>="DHCP"
synchronous_dhclient="YES"
#VAGRANT-END