X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fbond.c;h=25a0fa1a9e6ffaf3020215fa77650ff68b644e9f;hb=bc7a5acdff087b7e7a162da42ae608a83f3cf902;hp=77812edf77cdea16d7b58e896ca187b9643faf69;hpb=00ed83143a0a2df95304926b4e8de3cdc9b89065;p=openvswitch diff --git a/lib/bond.c b/lib/bond.c index 77812edf..25a0fa1a 100644 --- a/lib/bond.c +++ b/lib/bond.c @@ -255,6 +255,12 @@ bond_reconfigure(struct bond *bond, const struct bond_settings *s) if (bond->balance != s->balance) { bond->balance = s->balance; revalidate = true; + + if (bond->balance == BM_STABLE) { + VLOG_WARN_ONCE("Stable bond mode is deprecated and may be removed" + " in February 2013. Please email" + " dev@openvswitch.org with concerns."); + } } if (bond->basis != s->basis) {