Skip to content

Commit 422cf55

Browse files
authored
Merge pull request #55686 from rohennes/OCPBUGS-7065-BPDU-guard
OCPBUGS-7065 bare-metal network config with STP
2 parents c9bde6d + bf32f17 commit 422cf55

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/ipi-install-configuring-networking.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ $ export PUB_CONN=<baremetal_nic_name>
2626

2727
. Configure the `baremetal` network:
2828
+
29+
[NOTE]
30+
====
31+
The SSH connection might disconnect after executing these steps.
32+
====
33+
+
2934
[source,terminal]
3035
----
3136
$ sudo nohup bash -c "
@@ -34,16 +39,11 @@ $ sudo nohup bash -c "
3439
# RHEL 8.1 appends the word \"System\" in front of the connection, delete in case it exists
3540
nmcli con down \"System $PUB_CONN\"
3641
nmcli con delete \"System $PUB_CONN\"
37-
nmcli connection add ifname baremetal type bridge con-name baremetal
42+
nmcli connection add ifname baremetal type bridge con-name baremetal bridge.stp no
3843
nmcli con add type bridge-slave ifname \"$PUB_CONN\" master baremetal
3944
pkill dhclient;dhclient baremetal
4045
"
4146
----
42-
+
43-
[NOTE]
44-
====
45-
The ssh connection might disconnect after executing these steps.
46-
====
4747

4848
. Optional: If you are deploying with a `provisioning` network, export the `provisioning` network NIC name:
4949
+

0 commit comments

Comments
 (0)