This website requires JavaScript.
Explore
Help
Sign In
haskal
/
vagrant
Watch
1
Star
0
Fork
You've already forked vagrant
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
ffc6e3e282
vagrant
/
templates
/
guests
/
freebsd
/
network_dhcp.erb
5 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Support for bridged networks in FreeBSD
2012-02-24 00:58:22 +00:00
#VAGRANT-BEGIN
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-05 17:15:19 +00:00
ifconfig_<%= options[:device] %>="DHCP"
synchronous_dhclient="YES"
Support for bridged networks in FreeBSD
2012-02-24 00:58:22 +00:00
#VAGRANT-END