commit | 88ead977109da926a03068e277869ea8fedd170d | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@aristanetworks.com> | Thu Oct 29 14:18:25 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 30 12:41:21 2009 -0700 |
tree | 81f1ef8acbb6e6aa49c020e6c1d6e7ed5f018341 | |
parent | c67dfb299e05a132154b9bfaae4a83de478ffaa9 [diff] |
bond: Implement a basic set of rtnl link ops This implements a basic set of rtnl link ops and takes advantage of the fact that rtnl_link_unregister kills all of the surviving devices to all us to kill bond_free_all. A module alias is added so ip link add can pull in the bonding module. Signed-off-by: Eric W. Biederman <ebiederm@aristanetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>