[systemd-commits] man/systemd.network.xml TODO

Tom Gundersen tomegun at kemper.freedesktop.org
Wed Mar 5 12:47:36 PST 2014


 TODO                    |    1 -
 man/systemd.network.xml |    9 +++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 848e3e24b00a61130f20226ef5f051433d478c69
Author: Umut Tezduyar Lindskog <umut.tezduyar at axis.com>
Date:   Wed Mar 5 20:51:36 2014 +0100

    man: ipv4 link-local

diff --git a/TODO b/TODO
index fd75eab..dbfe48e 100644
--- a/TODO
+++ b/TODO
@@ -670,7 +670,6 @@ Features:
    - add proper initrd support (in particular generate .network/.link files based on /proc/cmdline)
    - add reduced [Link] support to .network files
    - add IPv4LL tests (inspire by DHCP)
-   - add IPv4LL to man pages. Explain coexistance between DHCP
    - add Scope= parsing option for [Network]
    - change LL address generation and make it predictable like get_mac() (link-config.c)
    - have smooth transition from LL to routable address, without disconnecting clients.
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index fcf48c6..4118fc9 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -189,6 +189,15 @@
                                         </listitem>
                                 </varlistentry>
                                 <varlistentry>
+                                        <term><varname>IPv4LL=</varname></term>
+                                        <listitem>
+                                                <para>A boolean. When true, enables IPv4 link-local support.
+                                                If <literal>DHCP=</literal> is also true, IPv4 link-local
+                                                address will be removed upon acquiring a DHCP lease.
+                                                </para>
+                                        </listitem>
+                                </varlistentry>
+                                <varlistentry>
                                         <term><varname>Address=</varname></term>
                                         <listitem>
                                                 <para>A static IPv4 or IPv6 address and its prefix length,



More information about the systemd-commits mailing list