]> xenbits.xensource.com Git - libvirt.git/commitdiff
Network doc example fixes
authorDaniel Veillard <veillard@redhat.com>
Mon, 11 Feb 2008 16:08:11 +0000 (16:08 +0000)
committerDaniel Veillard <veillard@redhat.com>
Mon, 11 Feb 2008 16:08:11 +0000 (16:08 +0000)
* docs/libvir.html docs/format.html: fixes the examples on the
  section about ethernet bridging, as raised by Maxwell Bottiger,
  fixes bug #430790
Daniel

ChangeLog
docs/format.html
docs/libvir.html

index 549380371e9e8264a3c361758f241a816ed0de05..bbbe69b607c1e52a29b935b94739a2356346d3e8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Feb 11 17:05:53 CET 2008 Daniel Veillard <veillard@redhat.com>
+
+       * 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 <markmc@redhat.com>
 
        Fix gcc-4.3.0 "inlining failed" warning.
index c8e9c0919d05aee7fce1484644d68c926f126644..29fb10a3431a4c3a6e7fb5781190a0b08ff9e8ad 100644 (file)
@@ -269,11 +269,11 @@ support a variety of options:</p><ol><li>Userspace SLIRP stack
     provides the guest VM full incoming &amp; outgoing net access just like a
     physical machine. Examples include:</p>
     <pre>&lt;interface type='bridge'&gt;
- &lt;source dev='br0'/&gt;
+ &lt;source bridge='br0'/&gt;
 &lt;/interface&gt;
 
 &lt;interface type='bridge'&gt;
-  &lt;source dev='br0'/&gt;
+  &lt;source bridge='br0'/&gt;
   &lt;target dev='vnet7'/&gt;
   &lt;mac address="11:22:33:44:55:66"/&gt;
 &lt;/interface&gt;</pre>
index 52fb05d90d410aecaf376924b52c06173a2160e8..7e464aeb4593386d020eb275ce13c39e253f7230 100644 (file)
@@ -1075,11 +1075,11 @@ support a variety of options:</p>
     provides the guest VM full incoming &amp; outgoing net access just like a
     physical machine. Examples include:</p>
     <pre>&lt;interface type='bridge'&gt;
- &lt;source dev='br0'/&gt;
+ &lt;source bridge='br0'/&gt;
 &lt;/interface&gt;
 
 &lt;interface type='bridge'&gt;
-  &lt;source dev='br0'/&gt;
+  &lt;source bridge='br0'/&gt;
   &lt;target dev='vnet7'/&gt;
   &lt;mac address="11:22:33:44:55:66"/&gt;
 &lt;/interface&gt;</pre>