bonding: network device names are case sensative
authorStephen Hemminger <shemminger@vyatta.com>
Fri, 12 Jun 2009 19:02:50 +0000 (19:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 14 Jun 2009 06:29:01 +0000 (23:29 -0700)
commit373500db927706d1f60785aff40b9884f789b01a
tree2a9fd664e6ae30c77a63576045c4eb182aaa7033
parent6d7ab43ccce5fddeca945ba6b06ba32cda4e3355
bonding: network device names are case sensative

The bonding device acts unlike all other Linux network device functions
in that it ignores case of device names. The developer must have come
from windows!

Cleanup the management of names and use standard routines where possible.
Flag places where bonding device still doesn't work right with network
namespaces.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c
drivers/net/bonding/bond_sysfs.c