From: Pavel Emelianov Date: Thu, 9 Aug 2007 05:16:38 +0000 (-0700) Subject: [RTNETLINK]: Introduce generic rtnl_create_link(). X-Git-Tag: v2.6.24-rc1~1454^2~840 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e71992889ee289a87f6641cfa40d64a5699bcb53;p=pandora-kernel.git [RTNETLINK]: Introduce generic rtnl_create_link(). This routine gets the parsed rtnl attributes and creates a new link with generic info (IFLA_LINKINFO policy). Its intention is to help the drivers, that need to create several links at once (like VETH). This is nothing but a copy-paste-ed part of rtnl_newlink() function that is responsible for creation of new device. Signed-off-by: Pavel Emelianov Acked-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed