Skip to content

Commit

Permalink
Revert "Race in configure-ovs.sh affects bonding interface configurat…
Browse files Browse the repository at this point in the history
…ion."

This reverts commit 50817d1.
  • Loading branch information
DaveWilder committed Dec 9, 2024
1 parent 50817d1 commit a6773f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/_base/files/configure-ovs-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ contents:
# But set the entry in master_interfaces to true if this is a slave
# Also set autoconnect to yes
local active_state=$(nmcli -g GENERAL.STATE conn show "$conn")
if [ "$active_state" == "activated" ] || [ "$active_state" == "activating" ]; then
if [ "$active_state" == "activated" ]; then
echo "Connection $conn already activated"
if $is_slave; then
master_interfaces[$master_interface]=true
Expand Down

0 comments on commit a6773f6

Please sign in to comment.