ofp-print: Add missing "break".
[openvswitch] / lib / bond.c
index 9a13874e588245728d7e0bf897cc5344365a5bf0..ae914dd9ac4ba5476d438f598aed21a4f3259eff 100644 (file)
@@ -1507,7 +1507,7 @@ bond_update_fake_slave_stats(struct bond *bond)
         }
     }
 
-    if (!netdev_open_default(bond->name, &bond_dev)) {
+    if (!netdev_open(bond->name, "system", &bond_dev)) {
         netdev_set_stats(bond_dev, &bond_stats);
         netdev_close(bond_dev);
     }