X Tutup
Skip to content

Commit c8de9b0

Browse files
yuwatabluca
authored andcommitted
man: document about NAMING_REPLACE_STRICTLY network interface naming policy
Follow-up for b4d885f and 068b0f7.
1 parent 5b8fdb1 commit c8de9b0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

man/systemd.net-naming-scheme.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,12 @@
381381
<para>Some firmware and hypervisor implementations report unreasonable high numbers for the onboard
382382
index. To prevent the generation of bogus onbard interface names, index numbers greater than 16381
383383
(2^14-1) were ignored. For s390 PCI devices index values up to 65535 (2^16-1) are valid. To account
384-
for that, the limit is increased to now 65535.</para></listitem>
384+
for that, the limit is increased to now 65535.</para>
385+
386+
<para>The udev rule <varname>NAME=</varname> replaces <literal>:</literal>,
387+
<literal>/</literal>, and <literal>%</literal> with an underscore (<literal>_</literal>), and
388+
refuses strings which contain only numerics.</para>
389+
</listitem>
385390
</varlistentry>
386391

387392
</variablelist>

0 commit comments

Comments
 (0)
X Tutup