]> git.ipfire.org Git - thirdparty/systemd.git/commit
resolve: lift limits on search domains count or length
authorDimitri John Ledkov <xnox@ubuntu.com>
Fri, 7 Aug 2020 11:47:09 +0000 (12:47 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 18 Aug 2020 08:06:25 +0000 (10:06 +0200)
commit1c7466aa2e5663b5595f9cef5cbece9ec63bcc14
treece70e9a311ad709664d97b4f32759f914fd3cb39
parent170a8c365b31caeab0d06912cd30fc715df70aa0
resolve: lift limits on search domains count or length

glibc 2.26 lifted restrictions on search domains count or length to
unlimited. This has also been backported to 2.17 in some distributions (RHEL 7
and derivatives). Other softwares may have their own limits for search domains,
but we should not restrict what is written out any more.

https://sourceware.org/legacy-ml/libc-announce/2017/msg00001.html
src/resolve/resolved-resolv-conf.c
test/networkd-test.py