[libvirt] [PATCH] docs: correct range of default NAT subnet

Eric Blake eblake at redhat.com
Tue Mar 8 23:24:20 UTC 2011


* docs/formatdomain.html.in: Fix typo.
---

Pushing under the trivial rule.

 docs/formatdomain.html.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 9b9ab29..8b6e5e4 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -1145,7 +1145,7 @@
       network config with '<code>virsh net-dumpxml [networkname]</code>'.
       There is one virtual network called 'default' setup out
       of the box which does NAT'ing to the default route and has an IP range of
-      <code>192.168.22.0/255.255.255.0</code>. Each guest will have an
+      <code>192.168.122.0/255.255.255.0</code>. Each guest will have an
       associated tun device created with a name of vnetN, which can also be
       overridden with the <target> element (see
       <a href="#elementsNICSTargetOverride">overriding the target element</a>).
-- 
1.7.4




More information about the libvir-list mailing list