X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docs%2Freference%2Fvppvagrant%2FboxSetup.rst;fp=docs%2Freference%2Fvppvagrant%2FboxSetup.rst;h=a8aa1f3c1321219f097848e25ff8c35b6adc2b13;hb=7fa3dd2881be537ec6144850064ad1419dc12f3e;hp=374ba3494585f10a905eb5d11b0b221f2061ef44;hpb=3b5e222f8a4d0ccd4ec4eace2551491f13de85d9;p=vpp.git diff --git a/docs/reference/vppvagrant/boxSetup.rst b/docs/reference/vppvagrant/boxSetup.rst index 374ba349458..a8aa1f3c132 100644 --- a/docs/reference/vppvagrant/boxSetup.rst +++ b/docs/reference/vppvagrant/boxSetup.rst @@ -62,7 +62,7 @@ Looking further in the :ref:`vppVagrantfile`, you can see more Ruby variables be config.vm.network "private_network", type: "dhcp" end - # use http proxy if avaiable + # use http proxy if available if ENV['http_proxy'] && Vagrant.has_plugin?("vagrant-proxyconf") config.proxy.http = ENV['http_proxy'] config.proxy.https = ENV['https_proxy'] @@ -122,4 +122,4 @@ To confirm it is up, show the status and information of Vagrant boxes with: $ vagrant destroy - Note that "destroying" a VM does not erase the box, but rather destroys all resources allocated for that VM. For other Vagrant commands, such as destroying a box, refer to the `Vagrant CLI Page `_. \ No newline at end of file + Note that "destroying" a VM does not erase the box, but rather destroys all resources allocated for that VM. For other Vagrant commands, such as destroying a box, refer to the `Vagrant CLI Page `_.