aboutsummaryrefslogtreecommitdiff
path: root/lib/bond.h
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2011-04-12 14:15:46 -0700
committerEthan Jackson <ethan@nicira.com>2011-04-14 11:08:29 -0700
commitfb0b29a3c9515d3a774e89f9e3e044fb58724cbc (patch)
tree4e1c468452e7d5b22b36b17964e5ea7f806d4c18 /lib/bond.h
parent1b137691320fbf0d1e545a146495d8988cd62200 (diff)
bond: New bonding mode "stable".
Stable bonds attempt to assign a given flow to the same slave consistently.
Diffstat (limited to 'lib/bond.h')
-rw-r--r--lib/bond.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bond.h b/lib/bond.h
index 8d2f8c9e..1e8ea7e1 100644
--- a/lib/bond.h
+++ b/lib/bond.h
@@ -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. */
};