netlink: Expose version of nl_attr_find for key and len.
authorJesse Gross <jesse@nicira.com>
Fri, 23 Sep 2011 18:53:12 +0000 (11:53 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 23 Sep 2011 22:27:49 +0000 (15:27 -0700)
commit0b6c119bb7e62c70770a18504ae4204702020435
tree68789ff9347da0d60cb4383788429c27ebd55d39
parent1e276d1a10539a8cd97d2ad63c073a9a43f0f1ef
netlink: Expose version of nl_attr_find for key and len.

Many of our functions pass around a pointer to Netlink attributes
and a length.  This exposes the version of nl_attr_find that takes
that format so it can be used by callers outside the Netlink library.
lib/netlink.c
lib/netlink.h