X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fbond.h;h=f95543269ed4f3566f4097fb62562360f2e7a3b4;hb=c0896bdd20b2b4ac7f1183835e2d8c99d6bb29fe;hp=56ca5b98a997ce7eafdf5c4da7fc85100ff5a2a7;hpb=1670c579a82921fedd8b2c20818919f6b5a9c330;p=openvswitch diff --git a/lib/bond.h b/lib/bond.h index 56ca5b98..f9554326 100644 --- a/lib/bond.h +++ b/lib/bond.h @@ -71,9 +71,7 @@ void bond_slave_unregister(struct bond *, const void *slave); void bond_run(struct bond *, struct tag_set *, bool lacp_negotiated); void bond_wait(struct bond *); -/* LACP. */ -void bond_slave_set_lacp_may_enable(struct bond *, void *slave_, - bool may_enable); +void bond_slave_set_may_enable(struct bond *, void *slave_, bool may_enable); /* Special MAC learning support for SLB bonding. */ bool bond_should_send_learning_packets(struct bond *);