]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd: Parse DNS search domain information for Router Advertisement
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Wed, 16 Aug 2017 10:29:51 +0000 (13:29 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 15 Sep 2017 07:34:57 +0000 (10:34 +0300)
commit700f1186e3e1601144c0ec968a83e7bd9d60c9b5
treef4f5d1ae068c71253db9d1edd43805a174b35e2a
parent6d44591141bd67074338088194aa977986646a59
networkd: Parse DNS search domain information for Router Advertisement

Parse DNS search domains from .network files so that they are included
in Router Advertisement DNSSL options.

DNS search domains are added to the [IPv6PrefixDelegation] section using
the following syntax:

    Domains=foo.example.com bar.example.com

If IDNA libraries are enabled in systemd, international domain names
are supported.
src/network/networkd-network-gperf.gperf
src/network/networkd-network.c
src/network/networkd-network.h