summaryrefslogtreecommitdiff
path: root/man/systemd.network.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-22 08:41:38 +0200
committerGitHub <noreply@github.com>2020-04-22 08:41:38 +0200
commit2807b68019597efb997e469face1ec35fa1fba46 (patch)
tree1ebc42788d8d57e93bd07fbe70c8a1506f9de39b /man/systemd.network.xml
parenta00f28c55402cd66c62a86962e821fbd76a4d165 (diff)
parent86b52a39581d3e1805d939492daa6aa19130ddb7 (diff)
downloadsystemd-2807b68019597efb997e469face1ec35fa1fba46.tar.gz
Merge pull request #15520 from mrc0mmand/various-codebase-improvements
tree-wide: various codebase improvements
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r--man/systemd.network.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 864dd6500b..3bf54e1379 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -622,7 +622,7 @@
trigger the start of the DHCPv6 client if the relevant flags are set in the RA data, or if no
routers are found on the link. The default is to disable RA reception for bridge devices or when IP
forwarding is enabled, and to enable it otherwise. Cannot be enabled on bond devices and when link
- local adressing is disabled.</para>
+ local addressing is disabled.</para>
<para>Further settings for the IPv6 RA support may be configured in the
<literal>[IPv6AcceptRA]</literal> section, see below.</para>
@@ -1625,7 +1625,7 @@
<varlistentry>
<term><varname>SendDecline=</varname></term>
<listitem>
- <para>A boolen. When <literal>true</literal>, DHCPv4 clients receives IP address from DHCP server.
+ <para>A boolean. When <literal>true</literal>, DHCPv4 clients receives IP address from DHCP server.
After new IP is received, DHCPv4 performs IPv4 Duplicate Address Detection. If duplicate use of IP is detected
the DHCPv4 client rejects the IP by sending a DHCPDECLINE packet DHCP clients try to obtain an IP address again.
See <ulink url="https://tools.ietf.org/html/rfc5227">RFC 5224</ulink>.