diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-01-25 19:46:00 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-01-26 14:42:03 +0100 |
commit | 3df9bec57c3e2d96f7e2a25961585cfa609b61eb (patch) | |
tree | 41dc9aafc458479cc827fe32a75eacbd9afdb3b0 /units/systemd-udev-settle.service.in | |
parent | 1d35b2d6e25ba100c903f02c92c67389e67bb913 (diff) |
networkd: rework Domains= setting
Previously, .network files only knew a vaguely defined "Domains=" concept, for which the documentation declared it was
the "DNS domain" for the network connection, without specifying what that means.
With this the Domains setting is reworked, so that there are now "routing" domains and "search" domains. The former are
to be used by resolved to route DNS request to specific network interfaces, the latter is to be used for searching
single-label hostnames with (in addition to being used for routing). Both settings are configured in the "Domains="
setting. Normal domain names listed in it are now considered search domains (for compatibility with existing setups),
while those prefixed with "~" are considered routing domains only. To route all lookups to a specific interface the
routing domain "." may be used, referring to the root domain. An alternative syntax for this is the "*", as was already
implemented before using the "wildcard" domain concept.
This commit adds proper parsers for this new logic, and exposes this via the sd-network API. This information is not
used by resolved yet, this will be added in a later commit.
Diffstat (limited to 'units/systemd-udev-settle.service.in')
0 files changed, 0 insertions, 0 deletions