mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-29 17:33:09 +00:00
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:
parent
3da5504e68
commit
fd71d295d7
@ -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>
|
Thu Feb 7 09:10:18 IST 2008 Mark McLoughlin <markmc@redhat.com>
|
||||||
|
|
||||||
Fix gcc-4.3.0 "inlining failed" warning.
|
Fix gcc-4.3.0 "inlining failed" warning.
|
||||||
|
@ -269,11 +269,11 @@ support a variety of options:</p><ol><li>Userspace SLIRP stack
|
|||||||
provides the guest VM full incoming & outgoing net access just like a
|
provides the guest VM full incoming & outgoing net access just like a
|
||||||
physical machine. Examples include:</p>
|
physical machine. Examples include:</p>
|
||||||
<pre><interface type='bridge'>
|
<pre><interface type='bridge'>
|
||||||
<source dev='br0'/>
|
<source bridge='br0'/>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface type='bridge'>
|
<interface type='bridge'>
|
||||||
<source dev='br0'/>
|
<source bridge='br0'/>
|
||||||
<target dev='vnet7'/>
|
<target dev='vnet7'/>
|
||||||
<mac address="11:22:33:44:55:66"/>
|
<mac address="11:22:33:44:55:66"/>
|
||||||
</interface></pre>
|
</interface></pre>
|
||||||
|
@ -1075,11 +1075,11 @@ support a variety of options:</p>
|
|||||||
provides the guest VM full incoming & outgoing net access just like a
|
provides the guest VM full incoming & outgoing net access just like a
|
||||||
physical machine. Examples include:</p>
|
physical machine. Examples include:</p>
|
||||||
<pre><interface type='bridge'>
|
<pre><interface type='bridge'>
|
||||||
<source dev='br0'/>
|
<source bridge='br0'/>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface type='bridge'>
|
<interface type='bridge'>
|
||||||
<source dev='br0'/>
|
<source bridge='br0'/>
|
||||||
<target dev='vnet7'/>
|
<target dev='vnet7'/>
|
||||||
<mac address="11:22:33:44:55:66"/>
|
<mac address="11:22:33:44:55:66"/>
|
||||||
</interface></pre>
|
</interface></pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user