From 2d2b28d518e0fc4b92d5559a25aad3d23abd1151 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 10 Nov 2014 16:31:47 +0900 Subject: ovs-router: Fix build on NetBSD Split the linux-specific part of ovs-router.h into ovs-router-linux.h. The breakage was introduced by commit d9b4ebc5d15202bedad06969353435a4c1951c71 ("route-table: Use classifier to store routing table.") Signed-off-by: YAMAMOTO Takashi Acked-by: Ben Pfaff --- lib/route-table.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/route-table.c') diff --git a/lib/route-table.c b/lib/route-table.c index b16831559..6261954a4 100644 --- a/lib/route-table.c +++ b/lib/route-table.c @@ -30,6 +30,7 @@ #include "netlink-socket.h" #include "ofpbuf.h" #include "ovs-router.h" +#include "ovs-router-linux.h" #include "rtnetlink-link.h" #include "vlog.h" -- cgit v1.2.1