summaryrefslogtreecommitdiffstats
path: root/include/ulogd/ipfix_protocol.h
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org>2007-03-06 13:29:39 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org>2007-03-06 13:29:39 +0000
commitbe37e8cc1c91b327d3bcfd03e50fb08681d1df0f (patch)
tree968a6e4e847e02b9558854b2128f255400e32f34 /include/ulogd/ipfix_protocol.h
parent7ec5e754ba1a1d90c32b194c714e3e964bf422b1 (diff)
Add IPv6 support, fix a few incorrect key assignments and make sure this doesn't
repeat by using symbolic names to make sure the assignment matches the array index.
Diffstat (limited to 'include/ulogd/ipfix_protocol.h')
-rw-r--r--include/ulogd/ipfix_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ulogd/ipfix_protocol.h b/include/ulogd/ipfix_protocol.h
index 2bf1c3e..5d7e46a 100644
--- a/include/ulogd/ipfix_protocol.h
+++ b/include/ulogd/ipfix_protocol.h
@@ -64,7 +64,7 @@ enum {
IPFIX_postPacketDeltaCount = 24,
IPFIX_minimumPacketLength = 25,
IPFIX_maximumPacketLength = 26,
- IPFIX_sooureIPv6Address = 27,
+ IPFIX_sourceIPv6Address = 27,
IPFIX_destinationIPv6Address = 28,
IPFIX_sourceIPv6Mask = 29,
IPFIX_destinationIPv6Mask = 30,