Re: [ovs-dev] [PATCH] dpctl: Fix crash.

2014-11-19 Thread Pravin Shelar
On Tue, Nov 18, 2014 at 11:12 PM, YAMAMOTO Takashi wrote: >> ovs-dpctl crashed due to uninitialized router classifier. To >> fix this issue move ovs router initialization to route table >> module. > > does it mean ovs/router/xxx commands will not be available until > vport is created? it seems a

Re: [ovs-dev] [PATCH] dpctl: Fix crash.

2014-11-18 Thread YAMAMOTO Takashi
> ovs-dpctl crashed due to uninitialized router classifier. To > fix this issue move ovs router initialization to route table > module. does it mean ovs/router/xxx commands will not be available until vport is created? it seems a little awkward. YAMAMOTO Takashi _

Re: [ovs-dev] [PATCH] dpctl: Fix crash.

2014-11-14 Thread Madhu Challa
Verified the fix. Looks good. Thanks. On Fri, Nov 14, 2014 at 1:24 PM, Pravin B Shelar wrote: > ovs-dpctl crashed due to uninitialized router classifier. To > fix this issue move ovs router initialization to route table > module. > > Reported-by: Madhu Challa > Signed-off-by: Pravin B Shelar

[ovs-dev] [PATCH] dpctl: Fix crash.

2014-11-14 Thread Pravin B Shelar
ovs-dpctl crashed due to uninitialized router classifier. To fix this issue move ovs router initialization to route table module. Reported-by: Madhu Challa Signed-off-by: Pravin B Shelar --- lib/ovs-router.c |2 +- lib/ovs-router.h |2 +- lib/route-table.c |1 + ofp