On Fri, Nov 4, 2011 at 4:43 PM, Ben Pfaff <b...@nicira.com> wrote:
> diff --git a/lib/netlink.h b/lib/netlink.h
> index b7a87c6..7eced42 100644
> --- a/lib/netlink.h
> +++ b/lib/netlink.h
> +bool nl_attr_validate(const struct nlattr *, const struct nl_policy *);

I think this was meant to be part of the previous commit.

I also see a few uses of policies for structures in netdev-linux.c
that I suspect could use this but they don't currently specify a max
length, so it's not an exact conversion.

Otherwise looks good.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to