Comment 5 for bug 748834

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

I've built packages with the proposed patch, but the testcase still fails for me. I'm testing by doing:

cat > /root/s3.xml << EOF
<network>
  <name>s3</name>
  <forward mode='nat'/>
  <bridge name='s3' stp='on' delay='0' />
  <ip address='192.168.133.1' netmask='255.255.255.0'>
    <dhcp>
      <range start='192.168.133.2' end='192.168.133.254' />
      <host mac='52:54:00:ef:88:9d' name='s3-host2' />
    </dhcp>
  </ip>
</network>
EOF
virsh net-create /root/s3.xml