ofpbuf: Allow whitespace other than spaces in hex data.
authorBen Pfaff <blp@nicira.com>
Tue, 5 Nov 2013 06:37:23 +0000 (22:37 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 5 Nov 2013 17:46:12 +0000 (09:46 -0800)
commit1a8def8ecad3379ed1da34214a193f6e883cecf7
treed274be70c2e88134a43623ae3573d74087214099
parentf0e7025f7e107f62e3c125a956cb0d608931f338
ofpbuf: Allow whitespace other than spaces in hex data.

It's easier to cut and paste lines of hexadecimal data into a command line
if you don't have to worry about new-lines appearing in the command.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
lib/ofpbuf.c