Re: [ovs-dev] [PATCH 1/3] ovsdb-server: Remove the 'enable-dummy' option.

2014-09-11 Thread Alex Wang
Thx, applied to master, On Thu, Sep 11, 2014 at 10:45 AM, Ben Pfaff wrote: > On Wed, Sep 10, 2014 at 02:12:29PM -0700, Alex Wang wrote: > > There is no use case of this option in ovsdb-server. Also, > > it causes dpif-dummy and netdev-dummy module register unrelated > > unixctl commands. > > >

Re: [ovs-dev] [PATCH 1/3] ovsdb-server: Remove the 'enable-dummy' option.

2014-09-11 Thread Ben Pfaff
On Wed, Sep 10, 2014 at 02:12:29PM -0700, Alex Wang wrote: > There is no use case of this option in ovsdb-server. Also, > it causes dpif-dummy and netdev-dummy module register unrelated > unixctl commands. > > Signed-off-by: Alex Wang Acked-by: Ben Pfaff ___

[ovs-dev] [PATCH 1/3] ovsdb-server: Remove the 'enable-dummy' option.

2014-09-10 Thread Alex Wang
There is no use case of this option in ovsdb-server. Also, it causes dpif-dummy and netdev-dummy module register unrelated unixctl commands. Signed-off-by: Alex Wang --- ovsdb/ovsdb-server.c |7 --- tests/ovsdb-server.at |2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff