]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/resolve/resolved-dns-query.c
resolved: don't follow the global search list on local scopes
authorLennart Poettering <lennart@poettering.net>
Thu, 26 Nov 2015 23:06:19 +0000 (00:06 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 26 Nov 2015 23:06:19 +0000 (00:06 +0100)
commit6627b7e2215a4f5bc44198adb111c2b05ff80970
treeb3b2bea6862a74d2f6eb513a8c771a3a9f65405f
parentf9ebb22ab4758bc5bbaaf8eeead74b5b4f81d5c3
resolved: don't follow the global search list on local scopes

It probably doesn't make sense to mix local and global configuration.
Applying global search lists to local DNS servers appears unnecessary
and creates problems because we'll traverse the search domains
non-simultaneously on multiple scopes.

Also see:

https://github.com/systemd/systemd/pull/2031
src/resolve/resolved-dns-query.c