summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-07-17 12:07:39 +0200
committerGitHub <noreply@github.com>2019-07-17 12:07:39 +0200
commit52f4b5ac8a046172aacf3fa441e89997445b80ed (patch)
tree47c9c619c6ac2b8408c32fde3d66ac36b2193c8f /man
parentd34a40082db3ffca8de66bfa4df50951101bdae5 (diff)
parent217246a990cc34155f02fcecce1df95ca2e1abed (diff)
downloadsystemd-52f4b5ac8a046172aacf3fa441e89997445b80ed.tar.gz
systemd-52f4b5ac8a046172aacf3fa441e89997445b80ed.tar.bz2
systemd-52f4b5ac8a046172aacf3fa441e89997445b80ed.zip
Merge pull request #12675 from yuwata/network-set-dns
resolvectl: support to modify interfaces managed by networkd
Diffstat (limited to 'man')
-rw-r--r--man/resolvectl.xml7
-rw-r--r--man/timedatectl.xml14
2 files changed, 16 insertions, 5 deletions
diff --git a/man/resolvectl.xml b/man/resolvectl.xml
index d4c04a1e32..a59fa4c66d 100644
--- a/man/resolvectl.xml
+++ b/man/resolvectl.xml
@@ -247,11 +247,8 @@
<listitem>
<para>Get/set per-interface DNS configuration. These commands may be used to configure various DNS settings
- for network interfaces that aren't managed by
- <citerefentry><refentrytitle>systemd-networkd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>. (These
- commands will fail when used on interfaces that are managed by <command>systemd-networkd</command>, please
- configure their DNS settings directly inside the <filename>.network</filename> files instead.) These commands
- may be used to inform <command>systemd-resolved</command> about per-interface DNS configuration determined
+ for network interfaces. These commands may be used to inform <command>systemd-resolved</command> or
+ <command>systemd-networkd</command> about per-interface DNS configuration determined
through external means. The <option>dns</option> command expects IPv4 or IPv6 address specifications of DNS
servers to use. The <option>domain</option> command expects valid DNS domains, possibly prefixed with
<literal>~</literal>, and configures a per-interface search or route-only domain. The
diff --git a/man/timedatectl.xml b/man/timedatectl.xml
index b4b99103de..262b9126e7 100644
--- a/man/timedatectl.xml
+++ b/man/timedatectl.xml
@@ -227,6 +227,20 @@
<para>By default, empty properties are suppressed. Use <option>--all</option> to show those too.
To select specific properties to show, use <option>--property=</option>.</para></listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><command>ntp-servers <replaceable>INTERFACE</replaceable> <replaceable>SERVER</replaceable>…</command></term>
+
+ <listitem><para>Set the interface specific NTP servers. This command can be used only when the
+ interface is managed by <command>systemd-networkd</command>.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><command>revert <replaceable>INTERFACE</replaceable></command></term>
+
+ <listitem><para>Revert the interface specific NTP servers. This command can be used only when
+ the interface is managed by <command>systemd-networkd</command>.</para></listitem>
+ </varlistentry>
</variablelist>
</refsect2>