Changeset 3608380f


Ignore:
Timestamp:
12/19/2023 11:50:34 AM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
Children:
372bbbb, eea548f
Parents:
73805590
Message:

symlinks: Mention how to disable NIC alternative names assignment

Fixes #5394.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter09/symlinks.xml

    r73805590 r3608380f  
    113113      creating your network configuration files.</para>
    114114
     115      <para>Even if the custom udev rule file is created, udev may still
     116      assign one or more alternative names for a NIC based on physical
     117      characteristics.  If a custom udev rule would rename another NIC using
     118      a name already assigned as an alternative name of another NIC, this
     119      udev rule will fail.  If this issue happens, you may create the
     120      <filename>/etc/udev/network/99-default.link</filename> configuration
     121      file with an empty alternative assignment policy, overriding the
     122      default configuration file
     123      <filename>/usr/lib/udev/network/99-default.link</filename>:</para>
     124
     125<screen role="nodump"><userinput>sed -e '/^AlternativeNamesPolicy/s/=.*$/=/'  \
     126    -i /usr/lib/udev/network/99-default.link \
     127     > /etc/udev/network/99-default.link</userinput></screen>
    115128    </sect3>
    116129
Note: See TracChangeset for help on using the changeset viewer.