[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4E5F99E2.50301@sfc.wide.ad.jp>
Date: Thu, 01 Sep 2011 23:42:42 +0900
From: Ang Way Chuang <wcang@....wide.ad.jp>
To: netdev@...r.kernel.org, Stephen Hemminger <shemminger@...tta.com>
Subject: commit 1faa4356 breaks IPv6 assignment on libvirtd
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists