summaryrefslogtreecommitdiffstats
path: root/sys/net/flowtable.h
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2010-05-16 21:48:39 +0000
committerkmacy <kmacy@FreeBSD.org>2010-05-16 21:48:39 +0000
commita68dd336d5b121f161468847e1c9ebb7eb8b3d4f (patch)
treede9abf4e453c89ff5c9e213b405033a1efd2a507 /sys/net/flowtable.h
parentb447cf7e7fe64bed9520500b0b555c13f09a87b3 (diff)
downloadFreeBSD-src-a68dd336d5b121f161468847e1c9ebb7eb8b3d4f.zip
FreeBSD-src-a68dd336d5b121f161468847e1c9ebb7eb8b3d4f.tar.gz
allocate ipv6 flows from the ipv6 flow zone
reported by: rrs@ MFC after: 3 days
Diffstat (limited to 'sys/net/flowtable.h')
-rw-r--r--sys/net/flowtable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/flowtable.h b/sys/net/flowtable.h
index 6e79a3c..d810fa3 100644
--- a/sys/net/flowtable.h
+++ b/sys/net/flowtable.h
@@ -37,6 +37,7 @@ $FreeBSD$
#define FL_HASH_ALL (1<<0) /* hash 4-tuple + protocol */
#define FL_PCPU (1<<1) /* pcpu cache */
#define FL_NOAUTO (1<<2) /* don't automatically add flentry on miss */
+#define FL_IPV6 (1<<9)
#define FL_TCP (1<<11)
#define FL_SCTP (1<<12)
OpenPOWER on IntegriCloud