mbox series

[0/2] DNS resolution using systemd-resolved

Message ID 20231019111152.23880-1-eero.aaltonen@vaisala.com
Headers show
Series DNS resolution using systemd-resolved | expand

Message

Aaltonen Eero Oct. 19, 2023, 11:11 a.m. UTC
From: Eero Aaltonen <eero.aaltonen@vaisala.com>

Enable DNS resolution features from systemd-resolved, such as Multicast DNS for distros using systemd.

The first commit enables systemd-resolved via glibc nsswitch.conf, which is one of the interfaces recommended by systemd upstream.
The second commit enables mDNS resolution for executables that do not use nsswitch, notably including busybox.

Eero Aaltonen (2):
  base-files, systemd: add nss-resolve plugin
  systemd: add option to use stub-resolv.conf

 .../0001-add-nss-resolve-to-nsswitch.patch    | 31 +++++++++++++++++++
 .../base-files/base-files_3.0.14.bb           |  2 ++
 meta/recipes-core/systemd/systemd_254.bb      | 10 ++++--
 3 files changed, 41 insertions(+), 2 deletions(-)
 create mode 100644 meta/recipes-core/base-files/base-files/0001-add-nss-resolve-to-nsswitch.patch