man: ipv4 link-local

This commit is contained in:
Umut Tezduyar Lindskog 2014-03-05 20:51:36 +01:00 committed by Tom Gundersen
parent 7040b626e8
commit 848e3e24b0
2 changed files with 9 additions and 1 deletions

1
TODO
View File

@ -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.

View File

@ -188,6 +188,15 @@
<para>A boolean. When true, enables basic DHCPv4 support.</para>
</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>