[systemd-devel] Entry-level bugs/features

2021-06-22 Thread Albert Brox
Hi folks, I'm an experienced developer though have never worked on a large C project before. Can anyone point me at a relatively approachable bug or feature request that I can sink my teeth into? Trying to gain some familiarity with the world of systems programming. Thanks! Regards, Albert

Re: [systemd-devel] sibling DNS lookup of nspawn containers

2021-06-22 Thread Petr Menšík
I am solving this by using libvir's network, which uses dnsmasq for network resolution. That dnsmasq should be able to resolve names of containers, because they were registered by DHCP requests. Because they share dns cache at host, there is single place where they can register to. Not directly re