From: stephen hemminger Date: Tue, 26 Jun 2012 05:48:45 +0000 (+0000) Subject: bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2) X-Git-Tag: v3.2.23~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2abafc06328d22a3cc486b060ae1d20d19430141;p=pandora-kernel.git bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2) [ Upstream commit 149ddd83a92b02c658d6c61f3276eb6500d585e8 ] This ensures that bridges created with brctl(8) or ioctl(2) directly also carry IFLA_LINKINFO when dumped over netlink. This also allows to create a bridge with ioctl(2) and delete it with RTM_DELLINK. Signed-off-by: Thomas Graf Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed