Re: [ovs-dev] [PATCH 1/4] db-ctl-base: remove db_ctl_show_command table

2015-07-16 Thread Alex Wang
Thx for the cleanup, I found myself wondering the same question, Acked-by: Alex Wang On Mon, Jul 13, 2015 at 11:48 PM, Andy Zhou wrote: > It is not clear why "show" command needs its own command table. > Remove it for simplicity. > > Signed-off-by: Andy Zhou > --- > lib/db-ctl-base.c | 10 +

[ovs-dev] [PATCH 1/4] db-ctl-base: remove db_ctl_show_command table

2015-07-13 Thread Andy Zhou
It is not clear why "show" command needs its own command table. Remove it for simplicity. Signed-off-by: Andy Zhou --- lib/db-ctl-base.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/lib/db-ctl-base.c b/lib/db-ctl-base.c index 86a87d0..d38bf03 100644 --- a/lib/db