This commit is contained in:
Nikhil Vaze 2013-11-28 10:38:01 -08:00
parent 6e4b17bf0c
commit 6d56b6c99e
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ VirtualBox [internal network](https://www.virtualbox.org/manual/ch06.html#networ
By default, private networks are host-only networks, because those are the By default, private networks are host-only networks, because those are the
easiest to work with. However, internal networks can be enabled as well. easiest to work with. However, internal networks can be enabled as well.
To speciay a private network as an internal network for VirtualBox To specify a private network as an internal network for VirtualBox
use the `virtualbox__intnet` option with the network. The `virtualbox__` use the `virtualbox__intnet` option with the network. The `virtualbox__`
(double underscore) prefix tells Vagrant that this option is only for the (double underscore) prefix tells Vagrant that this option is only for the
VirtualBox provider. VirtualBox provider.