Re: [libvirt] [PATCH] virNetworkDefUpdateDNSHost: Require both IP and a hostname to match

2018-11-07 Thread W. Trevor King
On Wed, Nov 07, 2018 at 11:17:51AM -0500, Laine Stump wrote: > On 11/6/18 12:10 PM, W. Trevor King wrote: > > But HOST records can have the same hostname for multiple records > > (similar to TXT records with the same value). The value that > > needs to be distinct for HOST records is the IP

Re: [libvirt] [PATCH] virNetworkDefUpdateDNSHost: Require both IP and a hostname to match

2018-11-07 Thread Laine Stump
On 11/6/18 12:10 PM, W. Trevor King wrote: > Since fc19a0059 (network: backend functions for updating network dns > host/srv/txt, 2012-11-12), the matching logic for various network > components has been: > > 1) for HOST records, it's considered a match if the IP address or any >of the

[libvirt] [PATCH] virNetworkDefUpdateDNSHost: Require both IP and a hostname to match

2018-11-06 Thread W. Trevor King
Since fc19a0059 (network: backend functions for updating network dns host/srv/txt, 2012-11-12), the matching logic for various network components has been: 1) for HOST records, it's considered a match if the IP address or any of the hostnames of an existing record matches. 2) for SRV records,