Re: [libvirt] [PATCH 2/2] network: Add another collision check into networkCheckRouteCollision

2015-07-14 Thread Martin Kletzander
On Mon, Jul 13, 2015 at 03:47:29PM -0400, John Ferlan wrote: On 07/09/2015 10:09 AM, Martin Kletzander wrote: The comment above that function says: This function can be a lot more exhaustive, ..., so let's be. Check for collisions between routes in the system and static routes being added

Re: [libvirt] [PATCH 2/2] network: Add another collision check into networkCheckRouteCollision

2015-07-13 Thread John Ferlan
On 07/09/2015 10:09 AM, Martin Kletzander wrote: The comment above that function says: This function can be a lot more exhaustive, ..., so let's be. Check for collisions between routes in the system and static routes being added explicitly from the route/ element of the network XML.

[libvirt] [PATCH 2/2] network: Add another collision check into networkCheckRouteCollision

2015-07-09 Thread Martin Kletzander
The comment above that function says: This function can be a lot more exhaustive, ..., so let's be. Check for collisions between routes in the system and static routes being added explicitly from the route/ element of the network XML. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1094205