diff --git a/ChangeLog b/ChangeLog index 549380371e9e8264a3c361758f241a816ed0de05..bbbe69b607c1e52a29b935b94739a2356346d3e8 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 c8e9c0919d05aee7fce1484644d68c926f126644..29fb10a3431a4c3a6e7fb5781190a0b08ff9e8ad 100644 --- a/docs/format.html +++ b/docs/format.html @@ -269,11 +269,11 @@ support a variety of options:

  1. 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 52fb05d90d410aecaf376924b52c06173a2160e8..7e464aeb4593386d020eb275ce13c39e253f7230 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>