summaryrefslogtreecommitdiffstats
path: root/src/lib/connections/bond
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/connections/bond')
-rw-r--r--src/lib/connections/bond3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/connections/bond b/src/lib/connections/bond
index 2909b90..7e4112f 100644
--- a/src/lib/connections/bond
+++ b/src/lib/connections/bond
@@ -2,7 +2,8 @@
. "$SUBR_DIR/ip"
-declare -ag BindsToInterfaces
+# Make sure BindsToInterfaces is set
+BindsToInterfaces=("${BindsToInterfaces[@]}")
bond_up() {
if is_interface "$Interface"; then