[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110301074318.GF2855@psychotron.redhat.com>
Date: Tue, 1 Mar 2011 08:43:19 +0100
From: Jiri Pirko <jpirko@...hat.com>
To: fubar@...ibm.com
Cc: netdev@...r.kernel.org
Subject: [question] bond_set_slave_inactive_flags
Jay,
Looking at function bond_set_slave_inactive_flags:
static inline void bond_set_slave_inactive_flags(struct slave *slave)
{
struct bonding *bond = netdev_priv(slave->dev->master);
if (!bond_is_lb(bond))
slave->state = BOND_STATE_BACKUP;
if (!bond->params.all_slaves_active)
slave->dev->priv_flags |= IFF_SLAVE_INACTIVE;
if (slave_do_arp_validate(bond, slave))
slave->dev->priv_flags |= IFF_SLAVE_NEEDARP;
}
Why BOND_STATE_BACKUP is set only for non-lb bonds?
This was introduced by 8f903c708fcc2b579ebf16542bf6109bad593a1d but
I do not see why.
Thanks for reply in advance.
Jirka
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists