[RTNETLINK]: rtnl_link: allow specifying initial device address
authorPatrick McHardy <kaber@trash.net>
Thu, 12 Jul 2007 02:42:31 +0000 (19:42 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 12 Jul 2007 02:45:36 +0000 (19:45 -0700)
commit0e06877c6fdbc67b1132be895f995acd1ff30135
treeddaba8cddc8a95d23ee18f812c6aba67dd9b1c6f
parent2d85cba2b272a5201a60966a65a4f8c0bcc0bb71
[RTNETLINK]: rtnl_link: allow specifying initial device address

Drivers need to validate the initial addresses in their netlink attribute
validation function or manually reject them if they can't support this.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dummy.c
drivers/net/ifb.c
net/8021q/vlan.c
net/8021q/vlan_netlink.c
net/core/rtnetlink.c