vagrant/templates/guests/freebsd/network_static.erb

4 lines
126 B
Plaintext

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