From: Jay Vosburgh <jay.vosbu...@canonical.com>
Date: Thu, 28 Jan 2016 17:33:08 -0800

> +     else if (curr_arp_slave && (arp->ar_op == htons(ARPOP_REPLY)) &&
> +              bond_time_in_interval(bond,
> +                                    dev_trans_start(curr_arp_slave->dev), 1))
> +             bond_validate_arp(bond, slave, sip, tip);

Please document this timeout condition, both in your commit message and in
the "We 'trust' the arp requests..." comment.

Thanks.

Reply via email to