From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH container v2 2/2] tests: check format for multiple nameservers
Date: Thu, 18 Dec 2025 16:01:25 +0100 [thread overview]
Message-ID: <20251218150126.832313-2-m.sandoval@proxmox.com> (raw)
In-Reply-To: <20251218150126.832313-1-m.sandoval@proxmox.com>
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
src/test/test-centos10-001/config | 2 +-
.../etc/NetworkManager/system-connections/eth0.nmconnection.exp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/test/test-centos10-001/config b/src/test/test-centos10-001/config
index c332df1..a461a88 100644
--- a/src/test/test-centos10-001/config
+++ b/src/test/test-centos10-001/config
@@ -1,4 +1,4 @@
hostname: test1
net0: bridge=vmbr0,name=eth0,ip=dhcp
searchdomain: example.com
-nameserver: 127.0.0.1
+nameserver: 127.0.0.1,192.168.0.1
diff --git a/src/test/test-centos10-001/etc/NetworkManager/system-connections/eth0.nmconnection.exp b/src/test/test-centos10-001/etc/NetworkManager/system-connections/eth0.nmconnection.exp
index 3bf5d2d..d7d7499 100644
--- a/src/test/test-centos10-001/etc/NetworkManager/system-connections/eth0.nmconnection.exp
+++ b/src/test/test-centos10-001/etc/NetworkManager/system-connections/eth0.nmconnection.exp
@@ -5,7 +5,7 @@ type=ethernet
interface-name=eth0
[ipv4]
method=auto
-dns=127.0.0.1
+dns=127.0.0.1;192.168.0.1
dns-search=example.com
[ipv6]
method=disabled
--
2.47.3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next prev parent reply other threads:[~2025-12-18 15:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-18 15:01 [pve-devel] [PATCH container v2 1/2] fix #7156: setup: separate dns list with semicolons Maximiliano Sandoval
2025-12-18 15:01 ` Maximiliano Sandoval [this message]
2025-12-18 15:10 ` Thomas Lamprecht
2025-12-18 15:11 ` [pve-devel] applied: " Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251218150126.832313-2-m.sandoval@proxmox.com \
--to=m.sandoval@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.