mirror of
https://github.com/systemd/systemd
synced 2026-03-18 11:04:46 +01:00
Compare commits
2 Commits
7ad9bad71b
...
cc815b7fea
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc815b7fea | ||
|
|
dbb3b26f1b |
@ -138,13 +138,14 @@
|
|||||||
|
|
||||||
<listitem><para>Queries for the address records (A and AAAA) of single-label non-synthesized names are
|
<listitem><para>Queries for the address records (A and AAAA) of single-label non-synthesized names are
|
||||||
resolved via unicast DNS using search domains. For any interface which defines search domains, such
|
resolved via unicast DNS using search domains. For any interface which defines search domains, such
|
||||||
look-ups are routed to that interface, suffixed with each of the search domains defined on that
|
look-ups are routed to the servers defined for that interface, suffixed with each of those search
|
||||||
interface in turn. When global search domains are defined, such look-ups are routed to all interfaces,
|
domains. When global search domains are defined, such look-ups are routed to the global servers. For
|
||||||
suffixed by each of the global search domains in turn. Additionally, lookup of single-label names via
|
each search domain, queries are performed by suffixing the name with each of the search domains in
|
||||||
unicast DNS may be enabled with the <varname>ResolveUnicastSingleLabel=yes</varname> setting. The
|
turn. Additionally, lookup of single-label names via unicast DNS may be enabled with the
|
||||||
details of which servers are queried and how the final reply is chosen are described below. Note that
|
<varname>ResolveUnicastSingleLabel=yes</varname> setting. The details of which servers are queried and
|
||||||
this means that address queries for single-label names are never sent out to remote DNS servers by
|
how the final reply is chosen are described below. Note that this means that address queries for
|
||||||
default, and resoulution is only possible if search domains are defined.</para></listitem>
|
single-label names are never sent out to remote DNS servers by default, and resoulution is only
|
||||||
|
possible if search domains are defined.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>Multi-label names with the domain suffix <literal>.local</literal> are resolved using
|
<listitem><para>Multi-label names with the domain suffix <literal>.local</literal> are resolved using
|
||||||
MulticastDNS on all local interfaces where MulticastDNS is enabled. As with LLMNR, IPv4 address lookups
|
MulticastDNS on all local interfaces where MulticastDNS is enabled. As with LLMNR, IPv4 address lookups
|
||||||
|
|||||||
@ -526,8 +526,10 @@ int unit_deserialize(Unit *u, FILE *f, FDSet *fds) {
|
|||||||
/* Let's make sure that everything that is deserialized also gets any potential new cgroup settings
|
/* Let's make sure that everything that is deserialized also gets any potential new cgroup settings
|
||||||
* applied after we are done. For that we invalidate anything already realized, so that we can
|
* applied after we are done. For that we invalidate anything already realized, so that we can
|
||||||
* realize it again. */
|
* realize it again. */
|
||||||
|
if (u->cgroup_realized) {
|
||||||
unit_invalidate_cgroup(u, _CGROUP_MASK_ALL);
|
unit_invalidate_cgroup(u, _CGROUP_MASK_ALL);
|
||||||
unit_invalidate_cgroup_bpf(u);
|
unit_invalidate_cgroup_bpf(u);
|
||||||
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user