提交 3db1a4d4 编写于 作者: A Aaron Prindle 提交者: GitHub

Merge pull request #1195 from endocode/dongsu/fix-9p-mount-kvm

pkg: fix host IP address for KVM driver for 9pfs mount
......@@ -52,7 +52,7 @@ func getVMHostIP(host *host.Host) (net.IP, error) {
case "virtualbox":
return net.ParseIP("10.0.2.2"), nil
case "kvm":
return net.ParseIP("10.0.2.2"), nil
return net.ParseIP("192.168.42.1"), nil
default:
return []byte{}, errors.New("Error, attempted to get host ip address for unsupported driver")
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册