X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fbond.h;h=6190081269281508f3359134531ada23fb060238;hb=a6e73618f53138eb6f55e2c66ff8c649794fd8dd;hp=6d8161d82ff6820a5a21749a5ca3606529a1c8ec;hpb=bc1b010c2b8bd17973287388da8c171332b70b3f;p=sliver-openvswitch.git diff --git a/lib/bond.h b/lib/bond.h index 6d8161d82..619008126 100644 --- a/lib/bond.h +++ b/lib/bond.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 2011 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -32,7 +32,6 @@ enum lacp_status; enum bond_mode { BM_TCP, /* Transport Layer Load Balance. */ BM_SLB, /* Source Load Balance. */ - BM_STABLE, /* Stable. */ BM_AB /* Active Backup. */ }; @@ -65,8 +64,7 @@ struct bond *bond_create(const struct bond_settings *); void bond_destroy(struct bond *); bool bond_reconfigure(struct bond *, const struct bond_settings *); -void bond_slave_register(struct bond *, void *slave_, - uint32_t stable_id, struct netdev *); +void bond_slave_register(struct bond *, void *slave_, struct netdev *); void bond_slave_set_netdev(struct bond *, void *slave_, struct netdev *); void bond_slave_unregister(struct bond *, const void *slave);