change default nic type

This commit is contained in:
Chai Feng 2018-12-02 11:43:32 +08:00
parent f3cf64d598
commit 0df69e787c

1
Vagrantfile vendored
View File

@ -9,6 +9,7 @@ Vagrant.configure('2') do |config|
config.vm.provider 'virtualbox' do |vb| config.vm.provider 'virtualbox' do |vb|
vb.memory = '1024' vb.memory = '1024'
vb.default_nic_type = "virtio"
end end
ip_prefix="192.168.56" ip_prefix="192.168.56"