dpctl: Fix crash.
authorPravin B Shelar <pshelar@nicira.com>
Thu, 20 Nov 2014 06:12:21 +0000 (22:12 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 21 Nov 2014 23:51:40 +0000 (15:51 -0800)
commit1bc50ef389d40be9ee215e66b49cf66fcbdb9eeb
tree8d0ebd5ef7777428af21ccf9bfb90f109c396bb2
parentd32754b454d2cc8a5d54896d72c38c067b9349cc
dpctl: Fix crash.

ovs-dpctl crashed due to uninitialized router classifier. To
fix this issue move ovs router initialization to route table
module.

Reported-by: Madhu Challa <challa@noironetworks.com>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
lib/dpif.c
lib/netdev-vport.c
lib/ovs-router.c
lib/ovs-router.h
lib/route-table.c
ofproto/ofproto-dpif.c