2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 01:40:26 +00:00

Remove trailing spaces in file docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bridge.rst

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 08e5a86d48
commit 4a0bb88faa

View File

@ -23,7 +23,7 @@ Define attributes in the ``nics`` table
#. Define bridge ``br1`` based on ``eth1`` ::
chdef cn1 nictypes.br1=bridge nicdevices.br1="eth1"
chdef cn1 nictypes.br1=bridge nicdevices.br1="eth1"
chdef cn1 nicips.br1=30.5.106.9
#. Define ``nicnetworks`` for ``br1`` ::
@ -50,7 +50,7 @@ Login to compute node cn1 and check configure files in ``ifcfg-br1`` under ``/et
STP=on
Check ``ifcfg-eth1`` under ``/etc/sysconfig/network-scripts/`` ::
BRIDGE=br1
Use ``ip addr`` command to check if ``br1``, ``eth0.6`` and ``eth0.7`` are correct.