X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fbond.h;h=195802983d4d126b7736c07e9129b83a47798684;hb=ca261b65354f522ba43c823221763ca6f4604e2d;hp=f95543269ed4f3566f4097fb62562360f2e7a3b4;hpb=296f651909b7ea4de7a9450c0787fc3c4051efc1;p=openvswitch diff --git a/lib/bond.h b/lib/bond.h index f9554326..19580298 100644 --- a/lib/bond.h +++ b/lib/bond.h @@ -75,9 +75,9 @@ 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 *); -int bond_send_learning_packet(struct bond *, - const uint8_t eth_src[ETH_ADDR_LEN], - uint16_t vlan); +struct ofpbuf *bond_compose_learning_packet(struct bond *, + const uint8_t eth_src[ETH_ADDR_LEN], + uint16_t vlan, void **port_aux); /* Packet processing. */ enum bond_verdict {