netlink: New functions for finding a specific attribute.
authorBen Pfaff <blp@nicira.com>
Thu, 13 Jan 2011 20:36:06 +0000 (12:36 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 27 Jan 2011 17:26:05 +0000 (09:26 -0800)
commitb18fcf8edd07d7832c16e96f29d44a2961c1e5aa
tree1174cbd25930efb95e18129480535bc3c2b1b565
parentee114c23f735a91b165dab0908c1fdea736e782a
netlink: New functions for finding a specific attribute.

These functions are useful in the occasional case where a piece of code
only cares about one or a few attributes, probably knows that the format
is correct, and doesn't want to go to the trouble of doing a full parse.
Upcoming commits will add a user.

Reviewed by Justin Pettit.
lib/netlink.c
lib/netlink.h