]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: tweak WithoutRA= description a bit more
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 2 Jul 2020 16:12:03 +0000 (18:12 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 2 Jul 2020 16:12:03 +0000 (18:12 +0200)
Follow-up for cbdf02952e831aa12c34f15d2466995c4ca4fc5b.

NEWS

diff --git a/NEWS b/NEWS
index e1754231c72fc025b2b303aa7b2361a34c5f32d3..db5a0ad9cc09a821ecd8674a7048601d9b1906a2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -178,12 +178,12 @@ CHANGES WITH 246 in spe:
           traffic). DataBitRate=, DataSamplePoint=, FDMode=, FDNonISO= have
           been added to configure various CAN-FD aspects.
 
-        * systemd-networkd's [DHCPv6] section gained a new WithoutRA= setting.
-          If enabled, DHCPv6 will be attempted right-away without requiring an
-          Router Advertisement packet suggesting it first. Conversely, the
-          [IPv6AcceptRA] section gained a boolean option DHCPv6Client= that may
-          be used to turn off the DHCPv6 client even if the RA packets suggest
-          it.
+        * systemd-networkd's [DHCPv6] section gained a new boolean option
+          WithoutRA=. When enabled, DHCPv6 will be attempted right-away without
+          requiring an Router Advertisement packet suggesting it first
+          (i.e. without the 'M' or 'O' flags set). The [IPv6AcceptRA] section
+          gained a boolean option DHCPv6Client= that may be used to turn off
+          the DHCPv6 client even if the RA packets suggest it.
 
         * systemd-networkd's [DHCPv4] section gained a new setting UseGateway=
           which may be used to turn off use of the gateway information provided