mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 10:43:35 +08:00
man: move IPv6 note to the right section
Make the XML validate again.
This commit is contained in:
parent
d05def163e
commit
82ecb4c3ec
@ -79,6 +79,11 @@
|
||||
needed. As a special case, an empty file (file size 0) or symlink
|
||||
with the same name pointing to <filename>/dev/null</filename>
|
||||
disables the configuration file entirely (it is "masked").</para>
|
||||
|
||||
<para>Note that an interface without any static IPv6 addresses configured, and neither DHCPv6 nor IPv6LL enabled,
|
||||
shall be considered to have no IPv6 support. IPv6 will be automatically disabled for that interface by writing "1"
|
||||
to <filename>/proc/sys/net/ipv6/conf/<replaceable>ifname</replaceable>/disable_ipv6</filename>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
@ -206,15 +211,6 @@
|
||||
below 1280 (the minimum MTU for IPv6) it will automatically be increased to this value.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<listitem>
|
||||
<para>Note that an interface without any static IPv6 addresses configured, and neither
|
||||
DHCPv6 nor IPv6LL enabled, shall be considered to have no IPv6 support. IPv6 will be
|
||||
automatically disabled for that interface by writing "1" to
|
||||
<filename>/proc/sys/net/ipv6/conf/<replaceable>ifname</replaceable>/disable_ipv6</filename>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user