From: Thomas Graf Date: Tue, 3 May 2005 21:29:00 +0000 (-0700) Subject: [RTNETLINK] Fix & cleanup rtm_min/rtm_max X-Git-Tag: v2.6.12-rc4~117^2~23^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f90a0a74b864fdc46737614f03b8868f4f31e3bf;p=pandora-kernel.git [RTNETLINK] Fix & cleanup rtm_min/rtm_max Converts rtm_min and rtm_max arrays to use c99 designated initializers for easier insertion of new message families. RTM_GETMULTICAST and RTM_GETANYCAST did not have the minimal message size specified which means that the netlink message was parsed for routing attributes starting from the header. Adds the proper minimal message sizes for these messages (netlink header + common rtnetlink header) to fix this issue. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed