Fix build failures introduced by commit 1bc50ef389d40be9ee215e66b49cf66fcbdb9eeb ("dpctl: Fix crash.")
Signed-off-by: YAMAMOTO Takashi <yamam...@valinux.co.jp> --- lib/route-table-bsd.c | 2 +- lib/route-table-stub.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/route-table-bsd.c b/lib/route-table-bsd.c index 9ebfaa3..9793931 100644 --- a/lib/route-table-bsd.c +++ b/lib/route-table-bsd.c @@ -143,6 +143,6 @@ route_table_wait(void) } void -ovs_router_unixctl_register(void) +ovs_router_init(void) { } diff --git a/lib/route-table-stub.c b/lib/route-table-stub.c index b7686e4..f91c6c7 100644 --- a/lib/route-table-stub.c +++ b/lib/route-table-stub.c @@ -27,7 +27,7 @@ ovs_router_lookup(ovs_be32 ip_dst OVS_UNUSED, char output_bridge[] OVS_UNUSED, } void -ovs_router_unixctl_register(void) +ovs_router_init(void) { } -- 1.9.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev