On 17/12/2025 16:06, Maximiliano Sandoval wrote: > Network manager uses GLib's key file format [1]. As per `man 5 > nm-settings-keyfile`: > >> lists are separated by character ; > > additionally, table 6 contains an example: > >> Example: dns=1.2.3.4;8.8.8.8;8.8.4.4; > > [1] https://docs.gtk.org/glib/struct.KeyFile.html > > Signed-off-by: Maximiliano Sandoval <[email protected]> > --- > > Running `nmcli` with this patch on a new rockylinux 10 container results in > > ``` > DNS configuration: > servers: 10.10.10.2 10.10.10.22 > domains: testinstall > interface: eth0 > ``` > > and > ``` > $ grep 'dns=' /etc/NetworkManager/system-connections/eth0.nmconnection > dns=10.10.10.2;10.10.10.22 > ``` > > and domain resolution seems to works as expected.
We got an existing (simple) test system for these things in the pve-container repo While modern distros do not have been added all to diligently to that, it still would be nice to have as follow-up here. _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
