[libvirt] [PATCH] network: only check for IPv6 RA routes when the network has an IPv6 address

2017-03-23 Thread Laine Stump
commit 00d28a78 added a check to see if there were any IPv6 routes added by RA (Router Advertisement) via an interface that had accept_ra set to something other than "2". The check was being done unconditionally, but it's only relevant if IPv6 forwarding is going to be turned on, and that will only

Re: [libvirt] [PATCH] network: only check for IPv6 RA routes when the network has an IPv6 address

2017-03-24 Thread Cedric Bosdonnat
On Thu, 2017-03-23 at 20:23 -0400, Laine Stump wrote: > commit 00d28a78 added a check to see if there were any IPv6 routes > added by RA (Router Advertisement) via an interface that had accept_ra > set to something other than "2". The check was being done > unconditionally, but it's only relevant i