Changing the name of the bonding primary is already handled. The only place the name is stored is in bond->params.primary, and that is only used during startup. Signed-off-by: Stephen Hemminger --- a/drivers/net/bonding/bond_main.c 2008-10-17 16:50:42.000000000 -0700 +++ b/drivers/net/bonding/bond_main.c 2008-10-17 16:50:45.000000000 -0700 @@ -3580,11 +3580,6 @@ static int bond_slave_netdev_event(unsig return NOTIFY_BAD; break; - case NETDEV_CHANGENAME: - /* - * TODO: handle changing the primary's name - */ - break; case NETDEV_FEAT_CHANGE: bond_compute_features(bond); break; -- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html