ovs-router: Define stub for ovs_router_unixctl_register()
authorPravin B Shelar <pshelar@nicira.com>
Wed, 5 Nov 2014 23:21:54 +0000 (15:21 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Thu, 6 Nov 2014 03:36:35 +0000 (19:36 -0800)
commitfb3939930c74095737e1fb2eb7d9f08c2a5cef8d
tree041ae5ecde71c1871a3352b00bf2f4624d73521e
parent69185eb25acbaa4b4744f6d9387920ba1c3625eb
ovs-router: Define stub for ovs_router_unixctl_register()

ovs_router_unixctl_register() is called from ofproto layer.
But is not defined for all platform. Following patch define
stub to fix compilation error.

Reported-by: Eitan Eliahu <eliahue@vmware.com>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>-
lib/route-table-bsd.c
lib/route-table-stub.c