bond: Implement a basic set of rtnl link ops
authorEric W. Biederman <ebiederm@aristanetworks.com>
Thu, 29 Oct 2009 14:18:25 +0000 (14:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Oct 2009 19:41:21 +0000 (12:41 -0700)
commit88ead977109da926a03068e277869ea8fedd170d
tree81f1ef8acbb6e6aa49c020e6c1d6e7ed5f018341
parentc67dfb299e05a132154b9bfaae4a83de478ffaa9
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>
drivers/net/bonding/bond_main.c