aboutsummaryrefslogtreecommitdiffstats
path: root/vpp-userdemo/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'vpp-userdemo/Vagrantfile')
-rw-r--r--vpp-userdemo/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpp-userdemo/Vagrantfile b/vpp-userdemo/Vagrantfile
index 1af1681..0aad531 100644
--- a/vpp-userdemo/Vagrantfile
+++ b/vpp-userdemo/Vagrantfile
@@ -10,11 +10,11 @@ Vagrant.configure(2) do |config|
# Define some physical ports for your VMs to be used by DPDK
config.vm.network "private_network", type: "dhcp"
+ config.vm.network "forwarded_port", guest: 5000, host: 5000
config.vm.provision :shell, :path => File.join(File.dirname(__FILE__),"install.sh")
config.vm.provision :shell, :path => File.join(File.dirname(__FILE__),"clearinterfaces.sh")
-
# vagrant-cachier caches apt/yum etc to speed subsequent
# vagrant up
# to enable, run