ofpbuf: New function ofpbuf_put_hex().
authorBen Pfaff <blp@nicira.com>
Wed, 8 Dec 2010 21:09:59 +0000 (13:09 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 9 Dec 2010 22:51:31 +0000 (14:51 -0800)
commit78090f6300df053914954794301e44a2df1f6d57
tree6f5eef0dabcec7dd5b7f669ed6107dcf4c7f4f9a
parent8961de6adfd44216f47007ff75fd1cea213d7e31
ofpbuf: New function ofpbuf_put_hex().

This commit converts nx_match_from_string() to use this new function.  The
new function will also have another user in an upcoming commit.
lib/nx-match.c
lib/ofpbuf.c
lib/ofpbuf.h