Add SSL support to "stream" library and OVSDB.
[openvswitch] / vswitchd / proc-net-compat.h
index a5b3196164066438f31742031028f8a9e382e9dc..82d550f5c1b6796e1e2c88316289be0011744268 100644 (file)
@@ -22,10 +22,19 @@ struct compat_bond {
     bool up;
     int updelay;
     int downdelay;
+
+    int n_hashes;
+    struct compat_bond_hash *hashes;
+
     int n_slaves;
     struct compat_bond_slave *slaves;
 };
 
+struct compat_bond_hash {
+    int hash;
+    const char *netdev_name;
+};
+
 struct compat_bond_slave {
     const char *name;
     bool up;