dhcp: Make dhcp_msg_to_string() support a multiline format also.
authorBen Pfaff <blp@nicira.com>
Tue, 22 Jul 2008 21:01:10 +0000 (14:01 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 22 Jul 2008 21:01:10 +0000 (14:01 -0700)
commit9c6191bf820c0abb558c4441872cfd1ac929dc36
tree08ba21b5eceedbe79128b21cec7c218eff9805b8
parent489d9ca0be9e824f33c291504b6d6e2dab34d367
dhcp: Make dhcp_msg_to_string() support a multiline format also.

The upcoming ofp-discover program wants to print out the binding
information, and dhcp_msg_to_string() is pretty close to what it
wants.  But one-field-per-line is easier for other programs to parse.
include/dhcp.h
lib/dhcp-client.c
lib/dhcp.c