aboutsummaryrefslogtreecommitdiff
path: root/lib/bond.h
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2011-05-05 14:27:38 -0700
committerEthan Jackson <ethan@nicira.com>2011-05-06 13:48:41 -0700
commit75135fa0b5dcc4042956a849e667fd71fab5c741 (patch)
tree131d741dda94de00ab24ef57c728f13b3d9c341f /lib/bond.h
parent752f2093e1b1f591744f8084c90eac7073dfdb87 (diff)
bond: Convert stb_id to 32bit parameter.
The 16 bits currently in use is artificially restrictive.
Diffstat (limited to 'lib/bond.h')
-rw-r--r--lib/bond.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bond.h b/lib/bond.h
index 5847abc1..c2efb8b0 100644
--- a/lib/bond.h
+++ b/lib/bond.h
@@ -75,7 +75,7 @@ void bond_destroy(struct bond *);
bool bond_reconfigure(struct bond *, const struct bond_settings *);
void bond_slave_register(struct bond *, void *slave_,
- uint16_t stable_id, struct netdev *);
+ uint32_t stable_id, struct netdev *);
void bond_slave_unregister(struct bond *, const void *slave);
void bond_run(struct bond *, struct tag_set *, bool lacp_negotiated);