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
This commit is contained in:
Daniel Veillard
2008-02-11 16:08:11 +00:00
parent 3da5504e68
commit fd71d295d7
3 changed files with 10 additions and 4 deletions

View 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>