netlink: New functions for putting attributes at the beginning of a buffer.
authorBen Pfaff <blp@nicira.com>
Mon, 26 Sep 2011 19:57:41 +0000 (12:57 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 14 Oct 2011 21:08:43 +0000 (14:08 -0700)
commit46d34fefc1bd8e0f5329d4c22d59a286e3bbb260
tree95c618ce56f16951345decc3c80f8450474aff04
parent0e4b37710443ba0856daf5eefffcd582ff29f326
netlink: New functions for putting attributes at the beginning of a buffer.

These are really just copies of the corresponding "put" functions.  An
upcoming commit will introduce a user of nl_msg_push_u32().  I thought I
might as well create all of these while I was at it.
lib/netlink.c
lib/netlink.h