1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-22 01:32:35 +02:00

Disable annoying message "Received ipfix options flowset id, which is not supported"

This commit is contained in:
Pavel Odintsov 2016-08-26 21:40:09 +03:00 committed by GitHub
parent cb6004e877
commit 12b31c67ae

View File

@ -793,8 +793,8 @@ void process_netflow_packet_v10(u_int8_t* packet, u_int len, std::string client_
break;
case NF10_OPTIONS_FLOWSET_ID:
// process_netflow_v10_options_template(packet + offset, flowset_len, source_id);
logger << log4cpp::Priority::INFO
<< "Received ipfix options flowset id, which is not supported";
//logger << log4cpp::Priority::INFO
// << "Received ipfix options flowset id, which is not supported";
/* Not implemented yet */
break;
default: