All of lore.kernel.org
 help / color / mirror / Atom feed
* commit 1faa4356 breaks IPv6 assignment on libvirtd
@ 2011-09-01 14:42 Ang Way Chuang
  2011-09-01 15:51 ` Stephen Hemminger
  0 siblings, 1 reply; 3+ messages in thread
From: Ang Way Chuang @ 2011-09-01 14:42 UTC (permalink / raw)
  To: netdev, Stephen Hemminger

Hi all,

   Commit 1faa4356 break IPv6 assignment on libvirtd. The configuration for my VM bridge network is as such:

<network>
  <name>default</name>
  <forward mode='nat'/>
  <bridge name='virbr0' stp='on' delay='0' />
  <ip address='192.168.122.1' netmask='255.255.255.0'>
    <dhcp>
      <range start='192.168.122.2' end='192.168.122.254' />
    </dhcp>
  </ip>
  <ip family='ipv6' address='2001:d30:113:504::1' prefix='64'>
  </ip>
</network>

    This configuration worked fine on kernel 2.6.38. Updating my distro kernel broke the setup. My colleague 
and I traced the problem and found that libvirtd failed because there wasn't any carrier on virbr0 interface 
due to the change introduced by that commit. How can this be fixed? Thanks in advance.

Regards,
Ang Way Chuang

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-02  5:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-01 14:42 commit 1faa4356 breaks IPv6 assignment on libvirtd Ang Way Chuang
2011-09-01 15:51 ` Stephen Hemminger
2011-09-02  5:57   ` Ang Way Chuang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.