ovs-vsctl: Refactor internals to increase flexibility.
authorBen Pfaff <blp@nicira.com>
Fri, 16 Oct 2009 16:36:25 +0000 (09:36 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 16 Oct 2009 16:36:25 +0000 (09:36 -0700)
This changes the interface of each of the command implementations, making
them take the configuration as an argument and return the output.  This
will make it easier to support alternate output formats and to execute more
than one command per invocation (both happening in upcoming commits).


No differences found