diff --git a/plugins/kernel_v1/config/vm.rb b/plugins/kernel_v1/config/vm.rb index 0618b56d0..2fd07b5aa 100644 --- a/plugins/kernel_v1/config/vm.rb +++ b/plugins/kernel_v1/config/vm.rb @@ -28,6 +28,8 @@ module VagrantPlugins end def forward_port(guestport, hostport, options=nil) + options ||= {} + # Build up the network options for V2 network_options = {} network_options[:virtualbox__adapter] = options[:adapter]