Re: [libvirt] [PATCH 22/28] util: provide default destination IP in alternate virNetDevIPRouteAdd()

2016-06-26 Thread Laine Stump
On 06/24/2016 09:08 AM, John Ferlan wrote: On 06/22/2016 01:37 PM, Laine Stump wrote: The version of virNetDevIPRouteAdd() has a bit of code to create the appropriate "0.0.0.0" or "::" virSocketAddr when the addr passed in is NULL or invalid, but the alternate implementation (used on platforms

Re: [libvirt] [PATCH 22/28] util: provide default destination IP in alternate virNetDevIPRouteAdd()

2016-06-24 Thread John Ferlan
On 06/22/2016 01:37 PM, Laine Stump wrote: > The version of virNetDevIPRouteAdd() has a bit of code to create the > appropriate "0.0.0.0" or "::" virSocketAddr when the addr passed in is > NULL or invalid, but the alternate implementation (used on platforms > that don't support libnl) had no such

[libvirt] [PATCH 22/28] util: provide default destination IP in alternate virNetDevIPRouteAdd()

2016-06-22 Thread Laine Stump
The version of virNetDevIPRouteAdd() has a bit of code to create the appropriate "0.0.0.0" or "::" virSocketAddr when the addr passed in is NULL or invalid, but the alternate implementation (used on platforms that don't support libnl) had no such code, making the two implementations semantically di