ofpbuf: Make ofpbuf_put_hex() accept period between hex bytes also.
authorBen Pfaff <blp@ovn.org>
Wed, 10 Feb 2016 23:54:43 +0000 (15:54 -0800)
committerBen Pfaff <blp@ovn.org>
Fri, 19 Feb 2016 08:02:16 +0000 (00:02 -0800)
commit27aa879386ce57929a0014835a344191bb89d24e
tree63b9153bf32a34002edc49cbaf0c15dc4dd7625e
parent29100ef2ba237a198b9cf85241107589af7b51d4
ofpbuf: Make ofpbuf_put_hex() accept period between hex bytes also.

This makes it accept the same syntax as parse_NOTE(), so that that function
can be simplified.  In an upcoming commit a second action will also be
able to take advantage of the same feature.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Jarno Rajahalme <jarno@ovn.org>
lib/ofp-actions.c
lib/ofpbuf.c