From: Daniel Veillard
Date: Mon, 11 Feb 2008 16:08:11 +0000 (+0000)
Subject: Network doc example fixes
X-Git-Tag: LIBVIRT_0_4_1~61
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd71d295d780ec26fa58c609ff0054fe93910c73;p=thirdparty%2Flibvirt.git
Network doc example fixes
* docs/libvir.html docs/format.html: fixes the examples on the
section about ethernet bridging, as raised by Maxwell Bottiger,
fixes bug #430790
Daniel
---
diff --git a/ChangeLog b/ChangeLog
index 549380371e..bbbe69b607 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Feb 11 17:05:53 CET 2008 Daniel Veillard
+
+ * docs/libvir.html docs/format.html: fixes the examples on the
+ section about ethernet bridging, as raised by Maxwell Bottiger,
+ fixes bug #430790
+
Thu Feb 7 09:10:18 IST 2008 Mark McLoughlin
Fix gcc-4.3.0 "inlining failed" warning.
diff --git a/docs/format.html b/docs/format.html
index c8e9c0919d..29fb10a343 100644
--- a/docs/format.html
+++ b/docs/format.html
@@ -269,11 +269,11 @@ support a variety of options:
- Userspace SLIRP stack
provides the guest VM full incoming & outgoing net access just like a
physical machine. Examples include:
<interface type='bridge'>
- <source dev='br0'/>
+ <source bridge='br0'/>
</interface>
<interface type='bridge'>
- <source dev='br0'/>
+ <source bridge='br0'/>
<target dev='vnet7'/>
<mac address="11:22:33:44:55:66"/>
</interface>
diff --git a/docs/libvir.html b/docs/libvir.html
index 52fb05d90d..7e464aeb45 100644
--- a/docs/libvir.html
+++ b/docs/libvir.html
@@ -1075,11 +1075,11 @@ support a variety of options:
provides the guest VM full incoming & outgoing net access just like a
physical machine. Examples include:
<interface type='bridge'>
- <source dev='br0'/>
+ <source bridge='br0'/>
</interface>
<interface type='bridge'>
- <source dev='br0'/>
+ <source bridge='br0'/>
<target dev='vnet7'/>
<mac address="11:22:33:44:55:66"/>
</interface>