From: Thomas Graf Date: Wed, 22 Aug 2007 20:58:18 +0000 (-0700) Subject: [XFRM] netlink: Use nlmsg_parse() to parse attributes X-Git-Tag: v2.6.24-rc1~1454^2~776 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7bd9a45c8c8901f800a461a4098ebae2b8a4b78;p=pandora-kernel.git [XFRM] netlink: Use nlmsg_parse() to parse attributes Uses nlmsg_parse() to parse the attributes. This actually changes behaviour as unknown attributes (type > MAXTYPE) no longer cause an error. Instead unknown attributes will be ignored henceforth to keep older kernels compatible with more recent userspace tools. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed