[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20160129.200753.416219877672699488.davem@davemloft.net>
Date: Fri, 29 Jan 2016 20:07:53 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: jay.vosburgh@...onical.com
Cc: netdev@...r.kernel.org, vfalico@...il.com,
gospo@...ulusnetworks.com
Subject: Re: [PATCH net] bonding: Fix ARP monitor validation
From: Jay Vosburgh <jay.vosburgh@...onical.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.
Powered by blists - more mailing lists