Re: [ovs-dev] [PATCH] dpctl: Sort port listing in "show" command.

2016-05-17 Thread Justin Pettit
> On May 16, 2016, at 10:27 PM, Ben Pfaff wrote: > > On Wed, May 11, 2016 at 05:40:10PM -0700, Justin Pettit wrote: >> The port listing did not consistently print in the same order. While it >> is a better user experience to see the ports printed in order, more >> importantly,

Re: [ovs-dev] [PATCH] dpctl: Sort port listing in "show" command.

2016-05-16 Thread Ben Pfaff
On Wed, May 11, 2016 at 05:40:10PM -0700, Justin Pettit wrote: > The port listing did not consistently print in the same order. While it > is a better user experience to see the ports printed in order, more > importantly, this fixes a unit test ("dpctl - add-if set-if del-if") > that would

[ovs-dev] [PATCH] dpctl: Sort port listing in "show" command.

2016-05-11 Thread Justin Pettit
The port listing did not consistently print in the same order. While it is a better user experience to see the ports printed in order, more importantly, this fixes a unit test ("dpctl - add-if set-if del-if") that would occasionally fail due to expecting that the ports are printed in order.