Re: [ovs-dev] [PATCH 05/13] ofp-print: Avoid trailing white space in OpenFlow dumps.

2017-10-06 Thread Ben Pfaff
On Fri, Oct 06, 2017 at 10:27:34PM -0400, Russell Bryant wrote: > On Fri, Oct 6, 2017 at 8:44 PM, Ben Pfaff wrote: > > ofp_to_string() sometimes yields a trailing space in its output. This is > > annoying for the test infrastructure, since we have to specially mark the > > trailing

Re: [ovs-dev] [PATCH 05/13] ofp-print: Avoid trailing white space in OpenFlow dumps.

2017-10-06 Thread Russell Bryant
On Fri, Oct 6, 2017 at 8:44 PM, Ben Pfaff wrote: > ofp_to_string() sometimes yields a trailing space in its output. This is > annoying for the test infrastructure, since we have to specially mark the > trailing white space in Autotest with a "@@" marker at the end of the > line.

[ovs-dev] [PATCH 05/13] ofp-print: Avoid trailing white space in OpenFlow dumps.

2017-10-06 Thread Ben Pfaff
ofp_to_string() sometimes yields a trailing space in its output. This is annoying for the test infrastructure, since we have to specially mark the trailing white space in Autotest with a "@@" marker at the end of the line. This commit gets rid of the trailing white space and the annoying "@@"