Re: [ovs-dev] [PATCH] system-traffic: Don't rely on --field-separator.

2016-08-18 Thread Joe Stringer
On 18 August 2016 at 16:41, William Tu wrote: > LGTM, tested it and no problem. thanks for the fix. > > Acked-by: William Tu Thanks, applied to master and branch-2.6. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] system-traffic: Don't rely on --field-separator.

2016-08-18 Thread William Tu
LGTM, tested it and no problem. thanks for the fix. Acked-by: William Tu On Thu, Aug 18, 2016 at 3:56 PM, Joe Stringer wrote: > This is available in GNU awk, but not other awks (eg mawk). Drop this in > favour of "ofctl_strip" to produce reliable output. > > Signed-off-by: Joe Stringer > --- >

[ovs-dev] [PATCH] system-traffic: Don't rely on --field-separator.

2016-08-18 Thread Joe Stringer
This is available in GNU awk, but not other awks (eg mawk). Drop this in favour of "ofctl_strip" to produce reliable output. Signed-off-by: Joe Stringer --- tests/system-traffic.at | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/system-traffic.at b/tests/system-