summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-12-06 01:33:14 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-12-06 13:07:12 +0100
commitab106a609bc253c0dc49667e981108110b3a87a5 (patch)
tree1d573660001669101b176be85ee13bdf1a5c7563 /man
parentMerge pull request #21454 from bluca/inspect_elf (diff)
downloadsystemd-ab106a609bc253c0dc49667e981108110b3a87a5.tar.xz
systemd-ab106a609bc253c0dc49667e981108110b3a87a5.zip
network: eui64 address is supported only ethernet or infiniband
So, this makes prefixstable mode will be used for other interface types.
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 82d50c9569..0714ebcd77 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -2208,7 +2208,8 @@ Table=1234</programlisting></para>
<term><option>eui64</option></term>
<listitem>
<para>
- The EUI-64 algorithm will be used to generate an address for that prefix.
+ The EUI-64 algorithm will be used to generate an address for that prefix. Only
+ supported by Ethernet or InfiniBand interfaces.
</para>
</listitem>
</varlistentry>
@@ -2267,8 +2268,9 @@ Table=1234</programlisting></para>
<para>If no address generation mode is specified (which is the default), or a received
prefix does not match any of the addresses provided in <literal>prefixstable</literal>
- mode, then the EUI-64 algorithm will be used to form an interface identifier for that
- prefix.</para>
+ mode, then the EUI-64 algorithm will be used for Ethernet or InfiniBand interfaces,
+ otherwise <literal>prefixstable</literal> will be used to form an interface identifier for
+ that prefix.</para>
<para>This setting can be specified multiple times. If an empty string is assigned, then
the all previous assignments are cleared.</para>