netlink: New function nl_attr_type().
authorBen Pfaff <blp@nicira.com>
Tue, 7 Dec 2010 17:37:59 +0000 (09:37 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 10 Dec 2010 19:13:31 +0000 (11:13 -0800)
Linux since v2.6.24 has a couple of couple of bits at the top of
nla_type that one is apparently supposed to ignore.  This commit
starts doing that in Open vSwitch userspace.

Acked-by: Jesse Gross <jesse@nicira.com>

No differences found