Bug 430790 - documentation uses bad xml syntax
Summary: documentation uses bad xml syntax
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: libvirt
Version: 8
Hardware: x86_64
OS: Linux
low
low
Target Milestone: ---
Assignee: Daniel Veillard
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-01-29 19:35 UTC by Maxwell Bottiger
Modified: 2008-02-11 16:09 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-02-11 16:09:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Maxwell Bottiger 2008-01-29 19:35:18 UTC
Description of problem:
The libvirt documentation's example XML section uses the following code to
explain how to enable ethernet bridging:

<interface type='bridge'>
 <source dev='br0'/>
</interface>

<interface type='bridge'>
  <source dev='br0'/>
  <target dev='vnet7'/>
  <mac address="11:22:33:44:55:66"/>
</interface>

the "source dev='br0'" lines should read "source bridge='br0'"


Version-Release number of selected component (if applicable):


How reproducible:
Every time

Steps to Reproduce:
1.
2.
3.
  
Actual results:
libvir: QEMU error : No <source> 'dev' attribute specified with <interface
type='bridge'/>


Expected results:
positive results from virsh define

Additional info:

Comment 1 Daniel Veillard 2008-02-11 16:09:48 UTC
Okay, fixed in CVS, should show on-line quickly,

 thanks a lot for taking the time of reporting it !

Daniel


Note You need to log in before you can comment on or make changes to this bug.