From f596947a8b692a62a65af1e7217f678887d832ad Mon Sep 17 00:00:00 2001 From: josedonizetti Date: Fri, 31 May 2019 13:56:22 -0300 Subject: [PATCH] Fix kvm trobleshoot documentation --- docs/drivers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/drivers.md b/docs/drivers.md index 9200204e6..14a63bf8a 100644 --- a/docs/drivers.md +++ b/docs/drivers.md @@ -92,6 +92,7 @@ In case the default network doesn't exist you can define it. ```shell curl https://raw.githubusercontent.com/libvirt/libvirt/master/src/network/default.xml > kvm-default.xml virsh net-define kvm-default.xml +virsh net-start default ``` ## Hyperkit driver -- GitLab