On 08/02/2014 04:23 PM, Eric Blake wrote:
On 08/01/2014 04:29 PM, Laine Stump wrote:
> libvirt previously only touched an interface's disable_ipv6 setting in
> sysfs if it needed to be set to 1, assuming that 0 is the
> default. Apparently that isn't always the case though (kernel 3.15.7-1
> in Arch Linux reportedly defaults a new interface's disable_ipv6
> setting to 1) so this patch explicitly sets it to 0 or 1 as
> appropriate.
> ---
> src/network/bridge_driver.c | 41 +++++++++++++++++++++--------------------
> 1 file changed, 21 insertions(+), 20 deletions(-)
>
ACK; safe for 1.2.7 if you are in time
Thanks! Since this is a regression for Arch Linux users (albeit a
regression not caused by a change in libvirt), and since those users
quite often keep astride the latest upstream release of libvirt, I
pushed this now.