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
c43ab95f86
vagrant
/
templates
/
guests
/
freebsd
/
network_dhcp.erb
4 lines
60 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Support for bridged networks in FreeBSD
2012-02-24 00:58:22 +00:00
#VAGRANT-BEGIN
Fix Issue 4307: FreeBSD fix interface device names in /etc/rc.conf https://github.com/mitchellh/vagrant/issues/4307 Fix details: Pass network interface name to template renderer and use it in static and dhcp templates to render /etc/rc.conf entries. modified: plugins/guests/freebsd/cap/configure_networks.rb modified: templates/guests/freebsd/network_dhcp.erb modified: templates/guests/freebsd/network_static.erb Verification scenario: Check if /etc/rc.conf contains vtnet entries when paravirtualized NIC devices are used in FreeBSD guest.
2014-08-06 21:10:05 +00:00
ifconfig_em<%= ifname %>="DHCP"
Support for bridged networks in FreeBSD
2012-02-24 00:58:22 +00:00
#VAGRANT-END