route-table: Remove Unregister.
authorPravin B Shelar <pshelar@nicira.com>
Wed, 26 Nov 2014 19:27:05 +0000 (11:27 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Mon, 1 Dec 2014 22:43:32 +0000 (14:43 -0800)
commitb772066ffd066d59d9ebce092f6665150723d2ad
tree61f3f8be3aece40c287e396c71483442b19c2c43
parent36fd4f214f9ba74aaf0e5fb3e4ba271b946a1550
route-table: Remove Unregister.

Since dpif registering for routing table at initialization
there is no need to unregister it. Following patch removes
support for turning routing table notifications on and off.
Due to this change OVS always listens for these
notifications.

Reported-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
lib/dpif.c
lib/netdev-vport.c
lib/route-table-bsd.c
lib/route-table-stub.c
lib/route-table.c
lib/route-table.h
ofproto/ofproto-dpif-sflow.c