vagrant/templates/guests/freebsd/network_static.erb

4 lines
111 B
Plaintext

#VAGRANT-BEGIN
ifconfig_<%= ifname %>="inet <%= options[:ip] %> netmask <%= options[:netmask] %>"
#VAGRANT-END