]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/resolve/resolved-link-bus.c
resolved: export the effective per-link DNSSEC setting, not the internal one
authorLennart Poettering <lennart@poettering.net>
Wed, 15 Jun 2016 19:38:41 +0000 (21:38 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 21 Jun 2016 11:20:47 +0000 (13:20 +0200)
commita37129796c3f5b932a2cd974f102409e6871e4e3
tree87d145f49ffce743407f01b6ec9e8678649f9708
parent476798b17d41d5f79768051a7f708bc351721223
resolved: export the effective per-link DNSSEC setting, not the internal one

Internally, we store the per-link DNSSEC setting as -1 (invalid) if there's no
link-specific setting configured, and the global setting should be used. When
exporting this one the bus we really should export the effective DNSSEC
setting however, i.e. return the global one if there's non set per-link.
src/resolve/resolved-link-bus.c