Bug 430790

Summary: documentation uses bad xml syntax
Product: [Fedora] Fedora Reporter: Maxwell Bottiger <sleepylight>
Component: libvirtAssignee: Daniel Veillard <veillard>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: berrange
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-11 16:09:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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