summaryrefslogtreecommitdiffstats
path: root/sys/net/flowtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/flowtable.h')
-rw-r--r--sys/net/flowtable.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/net/flowtable.h b/sys/net/flowtable.h
index a47665b..d8858f2 100644
--- a/sys/net/flowtable.h
+++ b/sys/net/flowtable.h
@@ -39,18 +39,16 @@ $FreeBSD$
struct flowtable;
extern struct flowtable *ip_ft;
-extern struct flowtable *ip_forward_ft;
struct flowtable *flowtable_alloc(int nentry, int flags);
/*
* Given a flow table, look up the L3 and L2 information and
- * return it in the route
+ * return it in the route.
*
*/
int flowtable_lookup(struct flowtable *ft, struct mbuf *m,
struct route *ro);
-#endif
-
+#endif /* _KERNEL */
#endif
OpenPOWER on IntegriCloud