Re: [ovs-dev] [PATCH] utilities: New helper script ovs-dev.py.

2013-07-08 Thread Ben Pfaff
On Sat, Jul 06, 2013 at 07:07:51PM -0700, Ethan Jackson wrote: > ovs-dev.py is a script I've written to help perform common tasks > necessary for developing Open vSwitch. It allows a developer to > configure, build, and run the switch with a minimum of effort or > knowledge of the various idiosync

[ovs-dev] [PATCH] utilities: New helper script ovs-dev.py.

2013-07-07 Thread Ethan Jackson
ovs-dev.py is a script I've written to help perform common tasks necessary for developing Open vSwitch. It allows a developer to configure, build, and run the switch with a minimum of effort or knowledge of the various idiosyncrasies involved. Signed-off-by: Ethan Jackson --- INSTALL