From 0bc11cb7301972f771d85e5fc1737187d7453697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Thu, 23 Oct 2014 17:32:36 +0200 Subject: man: add an example for ifcfg configuration of bridges --- man/nm-settings-ifcfg-rh.xsl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/man/nm-settings-ifcfg-rh.xsl b/man/nm-settings-ifcfg-rh.xsl index 408b4b3d5c..f069828ce0 100644 --- a/man/nm-settings-ifcfg-rh.xsl +++ b/man/nm-settings-ifcfg-rh.xsl @@ -138,6 +138,21 @@ UUID=f79848ff-11a6-4810-9e1a-99039dea84c4 ONBOOT=yes + + + Bridge and bridge port configuration: +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 + + + Bonding configuration: @@ -182,6 +197,11 @@ TEAM_MASTER=team0 DEVICETYPE=TeamPort + + The UUID values in the config files must be unique. You can use uuidgen + 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. + -- cgit v1.2.1