|
@@ -0,0 +1,12 @@
+--- bin/netflow_v9.c.orig 2011-08-16 19:32:09.317931608 +0200
++++ bin/netflow_v9.c 2011-08-16 19:49:42.918838304 +0200
+@@ -1610,7 +1610,8 @@
+ break;
+ case NF9_OPTIONS_FLOWSET_ID:
+ option_flowset = (option_template_flowset_t *)flowset_header;
+- syslog(LOG_DEBUG,"Process_v9: Found options flowset: template %u", ntohs(option_flowset->template_id));
++ // disable annoying messages
++ //syslog(LOG_DEBUG,"Process_v9: Found options flowset: template %u", ntohs(option_flowset->template_id));
+ Process_v9_option_templates(exporter, flowset_header, fs);
+ break;
+ default: {
|