From a5cd2024ed8288e7bb43e57a0643e42ee0e2a3bc Mon Sep 17 00:00:00 2001 From: stanley karunditu Date: Sat, 11 Jul 2015 10:55:21 -0400 Subject: [PATCH] update README. fix mention of test_vm1. should be test_vm2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09b4801..7a15724 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ An examples of network interface definitions: # Guest 2 config.vm.define :test_vm2 do |test_vm2| - test_vm1.vm.network :private_network, + test_vm2.vm.network :private_network, :libvirt__tcp_tunnel_type => 'client', # default is 127.0.0.1 if omitted # :libvirt__tcp_tunnel_ip => '127.0.0.1',