summaryrefslogtreecommitdiffstats
path: root/sys/net/flowtable.h
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2009-06-09 21:55:28 +0000
committerkmacy <kmacy@FreeBSD.org>2009-06-09 21:55:28 +0000
commit9bc55ad7bd8471d94bf7a28524a806690c754472 (patch)
tree2be7fc195bb5593f8677e134a5f5dac1dd80c563 /sys/net/flowtable.h
parent15dd648e3f5a46528efaebd446a54f6abba24c45 (diff)
downloadFreeBSD-src-9bc55ad7bd8471d94bf7a28524a806690c754472.zip
FreeBSD-src-9bc55ad7bd8471d94bf7a28524a806690c754472.tar.gz
revert to opt-in flowtable
Diffstat (limited to 'sys/net/flowtable.h')
-rw-r--r--sys/net/flowtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/flowtable.h b/sys/net/flowtable.h
index c949293..bc62a04 100644
--- a/sys/net/flowtable.h
+++ b/sys/net/flowtable.h
@@ -41,7 +41,7 @@ struct flowtable;
extern struct flowtable *ip_ft;
extern struct flowtable *ip_forward_ft;
-#ifndef NO_FLOWTABLE
+#ifdef FLOWTABLE
struct flowtable *flowtable_alloc(int nentry, int flags);
/*
OpenPOWER on IntegriCloud