commit | a7bd9a45c8c8901f800a461a4098ebae2b8a4b78 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Wed Aug 22 13:58:18 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:48:22 2007 -0700 |
tree | 825a7864c856f3dceaa002143c6c4a63c031a35a | |
parent | 7deb2264909ec82ae4696dd73d8ffce6814c9114 [diff] |
[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 <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>