summaryrefslogtreecommitdiff
path: root/lib/route-table.c
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2014-11-10 16:31:47 +0900
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>2014-11-11 10:44:52 +0900
commit2d2b28d518e0fc4b92d5559a25aad3d23abd1151 (patch)
tree897cd7df90fa52c62b2ec5c2e9b5ec15e72d41e1 /lib/route-table.c
parent95ebf5d5c735607319dfc81c6a035b13450b4350 (diff)
downloadopenvswitch-2d2b28d518e0fc4b92d5559a25aad3d23abd1151.tar.gz
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 <yamamoto@valinux.co.jp> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/route-table.c')
-rw-r--r--lib/route-table.c1
1 files changed, 1 insertions, 0 deletions
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"