Re: [libvirt] [PATCHv3] Support for static routes on a virtual bridge

2013-04-18 Thread Gene Czarcinski
On 04/16/2013 02:18 PM, Laine Stump wrote: int virSocketAddrGetIpPrefix(const virSocketAddr *addr, const virSocketAddr *netmask, int prefix) Creating separate patch which creates this new utility function and also updates virNetworkIpDefPrefix() to use it. Gene -- libvir-list mailing list lib

Re: [libvirt] [PATCHv3] Support for static routes on a virtual bridge

2013-04-16 Thread Laine Stump
On 04/11/2013 08:11 AM, Gene Czarcinski wrote: > This patch adds support for adding a static route for > a network. The "gateway" sub-element specifies > the gateway's IP address. Both IPv4 and IPv6 > static routes are supported although it is > expected that this functionality will have > more u

Re: [libvirt] [PATCHv3] Support for static routes on a virtual bridge

2013-04-15 Thread Gene Czarcinski
On 04/11/2013 08:11 AM, Gene Czarcinski wrote: This patch adds support for adding a static route for a network. The "gateway" sub-element specifies the gateway's IP address. Both IPv4 and IPv6 static routes are supported although it is expected that this functionality will have more use with IP

[libvirt] [PATCHv3] Support for static routes on a virtual bridge

2013-04-11 Thread Gene Czarcinski
This patch adds support for adding a static route for a network. The "gateway" sub-element specifies the gateway's IP address. Both IPv4 and IPv6 static routes are supported although it is expected that this functionality will have more use with IPv6. This updates add the element to define a st