netlink: Expose version of nl_attr_find for key and len.
[openvswitch] / lib / netlink.c
index ec358495946b5364380236ea6566661a3ff8d6d3..b4de3ed7cf408cab076cb0c310fdf52a478c9d51 100644 (file)
@@ -615,7 +615,7 @@ nl_parse_nested(const struct nlattr *nla, const struct nl_policy policy[],
     return nl_policy_parse(&buf, 0, policy, attrs, n_attrs);
 }
 
-static const struct nlattr *
+const struct nlattr *
 nl_attr_find__(const struct nlattr *attrs, size_t size, uint16_t type)
 {
     const struct nlattr *nla;