commit | 25e40305d4f4399bc8ecf9c9b7cf43493bb40bbd | [log] [tgz] |
---|---|---|
author | nikolay@redhat.com <nikolay@redhat.com> | Thu Apr 18 07:33:34 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 19 17:48:18 2013 -0400 |
tree | be81b6af45a99eb03ed813c22c8beffcea12fa57 | |
parent | cb95ec6261a205bde6451b972fbd6e1581608cae [diff] |
bonding: mc addresses don't get deleted on enslave failure Add bond_mc_list_flush() after err_detach as that's the first error path after the addresses are added. The main issue is the mc addresses' refcount which only gets bumped up. v2: update log message and don't move code unnecessarily Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>