[netfilter-cvslog] r6371 - branches/ulog/ulogd2/output

laforge at netfilter.org laforge at netfilter.org
Sat Jan 7 23:11:13 CET 2006


Author: laforge at netfilter.org
Date: 2006-01-07 23:11:12 +0100 (Sat, 07 Jan 2006)
New Revision: 6371

Modified:
   branches/ulog/ulogd2/output/ulogd_output_IPFIX.c
Log:
disabel SCTP for now :(


Modified: branches/ulog/ulogd2/output/ulogd_output_IPFIX.c
===================================================================
--- branches/ulog/ulogd2/output/ulogd_output_IPFIX.c	2006-01-07 22:06:10 UTC (rev 6370)
+++ branches/ulog/ulogd2/output/ulogd_output_IPFIX.c	2006-01-07 22:11:12 UTC (rev 6371)
@@ -39,6 +39,11 @@
 #include <netdb.h>
 
 #ifdef IPPROTO_SCTP
+/* temporarily disable sctp until we know which headers to use */
+#undef IPPROTO_SCTP
+#endif
+
+#ifdef IPPROTO_SCTP
 typedef u_int32_t sctp_assoc_t;
 
 /* glibc doesn't yet have this, as defined by
@@ -103,7 +108,7 @@
 	unsigned int tmpl_len;
 	char *tmpl_cur;	/* cursor into current template position */
 
-	unsigned int total_length	/* total size of all data elements */
+	unsigned int total_length;	/* total size of all data elements */
 };
 
 /* Build the IPFIX template from the input keys */




More information about the netfilter-cvslog mailing list