Re: [libvirt] [PATCH] network: verify proper address family in updates to host and range

2015-01-22 Thread Ján Tomko
On 01/19/2015 11:04 PM, Laine Stump wrote: By specifying parentIndex in a call to virNetworkUpdate(), it was possible to direct libvirt to add a dhcp range or static host of a non-matching address family to the dhcp element of an ip. For example, given: ip address='192.168.122.1'

Re: [libvirt] [PATCH] network: verify proper address family in updates to host and range

2015-01-22 Thread Laine Stump
On 01/22/2015 03:47 AM, Ján Tomko wrote: On 01/19/2015 11:04 PM, Laine Stump wrote: By specifying parentIndex in a call to virNetworkUpdate(), it was possible to direct libvirt to add a dhcp range or static host of a non-matching address family to the dhcp element of an ip. For example,

[libvirt] [PATCH] network: verify proper address family in updates to host and range

2015-01-19 Thread Laine Stump
By specifying parentIndex in a call to virNetworkUpdate(), it was possible to direct libvirt to add a dhcp range or static host of a non-matching address family to the dhcp element of an ip. For example, given: ip address='192.168.122.1' netmask='255.255.255.0'/ ip family='ipv6'