netlink: Add nl_attr_type constants for big-endian values.
authorBen Pfaff <blp@nicira.com>
Wed, 19 Jan 2011 21:17:22 +0000 (13:17 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 27 Jan 2011 17:26:05 +0000 (09:26 -0800)
commit18c58479a14f760fb03c2062f9a35961fc74ebb5
treeaa79e937551938eb6855aee7ed1ecc0e6a022259
parent33cada0cf1f24beb79c23328acb2bf9860c34679
netlink: Add nl_attr_type constants for big-endian values.

These are semantically identical, so they might as well share existing
values, but they help to document the endianness of attributes in Netlink
attribute policies.

Acked-by: Jesse Gross <jesse@nicira.com>
lib/netlink.h