Update so-combine-bond

This commit is contained in:
Mike Reeves
2025-08-29 11:06:25 -04:00
committed by GitHub
parent a7a81e9825
commit 19362fe5e5

View File

@@ -18,7 +18,7 @@ fi
# Check if bond0 exists
if ! ip link show bond0 &>/dev/null; then
exit 1
exit 0
fi
# Function to get slave interfaces - works across distributions
@@ -48,7 +48,7 @@ get_bond_slaves() {
SLAVES=$(get_bond_slaves bond0)
if [ -z "$SLAVES" ]; then
exit 1
exit 0
fi
# Process each slave interface