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
> 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
_
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-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