mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 07:40:28 +01:00
man: add an example for ifcfg configuration of bridges
This commit is contained in:
parent
d7bee60ed7
commit
0bc11cb730
1 changed files with 20 additions and 0 deletions
|
|
@ -138,6 +138,21 @@ UUID=f79848ff-11a6-4810-9e1a-99039dea84c4
|
|||
ONBOOT=yes
|
||||
</programlisting>
|
||||
</para>
|
||||
<para>
|
||||
<programlisting>
|
||||
<emphasis role="bold">Bridge and bridge port configuration:</emphasis>
|
||||
ifcfg-bridge: ifcfg-bridge-port:
|
||||
NAME=bridge NAME=bridge007-port-eth0
|
||||
UUID=4be99ce0-c5b2-4764-8b77-ec226e440125 UUID=3ad56c4a-47e1-419b-b0d4-8ad86eb967a3
|
||||
DEVICE=bridge007 DEVICE=eth0
|
||||
STP=yes ONBOOT=yes
|
||||
TYPE=Bridge TYPE=Ethernet
|
||||
BRIDGING_OPTS=priority=32768 BRIDGE=bridge007
|
||||
ONBOOT=yes
|
||||
BOOTPROTO=dhcp
|
||||
|
||||
</programlisting>
|
||||
</para>
|
||||
<para>
|
||||
<programlisting>
|
||||
<emphasis role="bold">Bonding configuration:</emphasis>
|
||||
|
|
@ -182,6 +197,11 @@ TEAM_MASTER=team0
|
|||
DEVICETYPE=TeamPort
|
||||
</programlisting>
|
||||
</para>
|
||||
<para>
|
||||
The UUID values in the config files must be unique. You can use <emphasis>uuidgen</emphasis>
|
||||
command line tool to generate such values. Alternatively, you can leave out UUID
|
||||
entirely. In that case NetworkManager will generate a UUID based on the file name.
|
||||
</para>
|
||||
</formalpara>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue