commit | 32a806c194ea112cfab00f558482dd97bee5e44e | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jpirko@redhat.com> | Fri Mar 19 04:00:23 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 21 18:31:34 2010 -0700 |
tree | 196f572deccc966b3e2682f293cf775b51007658 | |
parent | 755d0e77ac9c8d125388922dc33434ed5b2ebe80 [diff] |
bonding: flush unicast and multicast lists when changing type After the type change, addresses in unicast and multicast lists wouldn't make sense, not to mention possible different lenghts. So flush both lists here. Note "dev_addr_discard" will be very soon replaced by "dev_mc_flush" (once mc_list conversion will be done). Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>