clarify guest to host in forwarded port output [GH-4796]

This commit is contained in:
Mitchell Hashimoto 2015-11-18 15:55:29 -08:00
parent c743d88ad6
commit 538ffcd292
1 changed files with 1 additions and 1 deletions

View File

@ -1721,7 +1721,7 @@ en:
Fixed port collision for %{guest_port} => %{host_port}. Now on port %{new_port}. Fixed port collision for %{guest_port} => %{host_port}. Now on port %{new_port}.
forwarding: Forwarding ports... forwarding: Forwarding ports...
forwarding_entry: |- forwarding_entry: |-
%{guest_port} => %{host_port} (adapter %{adapter}) %{guest_port} (guest) => %{host_port} (host) (adapter %{adapter})
non_nat: |- non_nat: |-
VirtualBox adapter #%{adapter} not configured as "NAT". Skipping port VirtualBox adapter #%{adapter} not configured as "NAT". Skipping port
forwards on this adapter. forwards on this adapter.