Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tasks/networkmanager-nmcli-conf-nwbehavior.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Stop the &nm; service:
Create spinoff files in the <filename>/etc/NetworkManager/conf.d/</filename> if they do not exist.
</para>
</step>
<step><para>To prevent NetworkManager from managing specific interfaces such as Ethernet ports, add them to <filename>/etc/NetworkManager/conf.d/unmanaged-devices.conf</filename>.</para></step>
<step>
<para>Alternatively, back up the existing configuration files before modifying them.</para>
</step>
Expand Down
1 change: 1 addition & 0 deletions tasks/networkmanager-nmcli-configure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ create a connection profile:</para>
<para>Install the <literal>teamd</literal> and <literal>NetworkManager-team</literal> packages:</para>
<screen>&prompt.sudo; zypper install teamd
&prompt.sudo; zypper install NetworkManager-team</screen>
<note><para><literal>teamd</literal>, <literal>NetworkManager-team</literal>, and <literal>libteam-tools</literal> packages are deprecated in &productname;&productnumber; as the upstream activities are deprecated. You must migrate existing team interfaces to bonding configurations managed through NetworkManager. NetworkManager bonding supports many bonding scenarios, including LACP.</para></note>
</listitem>
<listitem>
<para>Install two or more physical or virtual devices on the server:</para>
Expand Down