X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fbond.c;h=681233060fc4d4aefc690ed74cad38ff6a456d84;hb=7e36ac42e33a89d5d2c981ea7750939a1da6db89;hp=21201eeddc2919a9c4b3b42cc8c09eb258237b41;hpb=965607c850bb14e24905c46845d050f14105d923;p=sliver-openvswitch.git diff --git a/ofproto/bond.c b/ofproto/bond.c index 21201eedd..681233060 100644 --- a/ofproto/bond.c +++ b/ofproto/bond.c @@ -1404,7 +1404,7 @@ bond_link_status_update(struct bond_slave *slave) static unsigned int bond_hash_src(const uint8_t mac[ETH_ADDR_LEN], uint16_t vlan, uint32_t basis) { - return hash_3words(hash_bytes(mac, ETH_ADDR_LEN, 0), vlan, basis); + return hash_mac(mac, vlan, basis); } static unsigned int