summaryrefslogtreecommitdiff
path: root/lib/route-table-bsd.c
diff options
context:
space:
mode:
authorPravin B Shelar <pshelar@nicira.com>2014-11-05 15:21:54 -0800
committerPravin B Shelar <pshelar@nicira.com>2014-11-05 19:36:35 -0800
commitfb3939930c74095737e1fb2eb7d9f08c2a5cef8d (patch)
tree041ae5ecde71c1871a3352b00bf2f4624d73521e /lib/route-table-bsd.c
parent69185eb25acbaa4b4744f6d9387920ba1c3625eb (diff)
downloadopenvswitch-fb3939930c74095737e1fb2eb7d9f08c2a5cef8d.tar.gz
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>-
Diffstat (limited to 'lib/route-table-bsd.c')
-rw-r--r--lib/route-table-bsd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/route-table-bsd.c b/lib/route-table-bsd.c
index 6039e3f75..a285a57f6 100644
--- a/lib/route-table-bsd.c
+++ b/lib/route-table-bsd.c
@@ -140,3 +140,8 @@ void
route_table_wait(void)
{
}
+
+void
+ovs_router_unixctl_register(void)
+{
+}