[PATCH 0/2] conf: network: dns: Allow addition of multiple addresses with same hosname

Peter Krempa posted 2 patches 2 years, 8 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1626261065.git.pkrempa@redhat.com
src/conf/network_conf.c                            | 13 +++++++++----
tests/networkxml2xmlin/nat-network-dns-hosts.xml   | 11 +++++++++++
tests/networkxml2xmlout/nat-network-dns-hosts.xml  | 11 +++++++++++
.../nat-network-dns-more-hosts.xml                 | 11 +++++++++++
.../nat-network-no-hosts.xml                       | 14 +++++++++++++-
5 files changed, 55 insertions(+), 5 deletions(-)
[PATCH 0/2] conf: network: dns: Allow addition of multiple addresses with same hosname
Posted by Peter Krempa 2 years, 8 months ago
See patch 2/2

Peter Krempa (2):
  networkxml2xmltest: Add example of multiple addresses having the same
    hostname
  network: Allow adding DNS entries sharing hostname for multiple
    addreses

 src/conf/network_conf.c                            | 13 +++++++++----
 tests/networkxml2xmlin/nat-network-dns-hosts.xml   | 11 +++++++++++
 tests/networkxml2xmlout/nat-network-dns-hosts.xml  | 11 +++++++++++
 .../nat-network-dns-more-hosts.xml                 | 11 +++++++++++
 .../nat-network-no-hosts.xml                       | 14 +++++++++++++-
 5 files changed, 55 insertions(+), 5 deletions(-)

-- 
2.31.1

Re: [PATCH 0/2] conf: network: dns: Allow addition of multiple addresses with same hosname
Posted by Michal Prívozník 2 years, 8 months ago
On 7/14/21 1:11 PM, Peter Krempa wrote:
> See patch 2/2
> 
> Peter Krempa (2):
>   networkxml2xmltest: Add example of multiple addresses having the same
>     hostname
>   network: Allow adding DNS entries sharing hostname for multiple
>     addreses
> 
>  src/conf/network_conf.c                            | 13 +++++++++----
>  tests/networkxml2xmlin/nat-network-dns-hosts.xml   | 11 +++++++++++
>  tests/networkxml2xmlout/nat-network-dns-hosts.xml  | 11 +++++++++++
>  .../nat-network-dns-more-hosts.xml                 | 11 +++++++++++
>  .../nat-network-no-hosts.xml                       | 14 +++++++++++++-
>  5 files changed, 55 insertions(+), 5 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal