netlink: Fix bad assumption about nested Netlink attributes.
authorBen Pfaff <blp@nicira.com>
Thu, 20 May 2010 22:53:17 +0000 (15:53 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 17 Jun 2010 17:30:18 +0000 (10:30 -0700)
commitb4d73e97bae62b5eb18bcd216b603b69ce63297b
tree9666bc47391c75998e7ca443f1b31ffc14fc1f19
parent8e2093fc182d6e418b998a55e3a9080d7f97cd0a
netlink: Fix bad assumption about nested Netlink attributes.

I had assumed that nested Netlink attributes contained an entire Netlink
message, including header.  This is wrong: they contain only a series of
attributes.

Nothing in the tree actually used nested attributes until now, so this
doesn't fix any existing bugs.
lib/netlink.c