tests: Define new ADD_OF_PORTS macro for ofproto tests.
[openvswitch] / debian / ifupdown.sh
index bd6aec846fd953caf85202faf1566aeedc859adb..f6a77508d6e1f7522bee77fef822346935dbb201 100755 (executable)
@@ -61,6 +61,10 @@ if [ "${MODE}" = "start" ]; then
                     ${OVS_EXTRA+-- $OVS_EXTRA}
 
                 ifconfig "${IFACE}" up
+                for slave in ${IF_OVS_BONDS}
+                do
+                    ifconfig "${slave}" up
+                done
                 ;;
         *)
                 exit 0