bond: New bonding mode "stable".
[sliver-openvswitch.git] / lib / bond.h
index 8d2f8c9..1e8ea7e 100644 (file)
@@ -32,6 +32,7 @@ struct ofpbuf;
 enum bond_mode {
     BM_TCP, /* Transport Layer Load Balance. */
     BM_SLB, /* Source Load Balance. */
+    BM_STABLE, /* Stable. */
     BM_AB   /* Active Backup. */
 };