Skip to content

Commit c626016

Browse files
committed
Forwarder output: fix plugin description
1 parent 936b1b6 commit c626016

File tree

1 file changed

+2
-2
lines changed
  • src/plugins/output/forwarder/src

1 file changed

+2
-2
lines changed

src/plugins/output/forwarder/src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
/// Plugin definition
5151
IPX_API struct ipx_plugin_info ipx_plugin_info = {
5252
"forwarder",
53-
"Example output plugin.",
53+
"Forward flow records as IPFIX to one or more subcollectors.",
5454
IPX_PT_OUTPUT,
5555
0,
5656
"1.0.0",
57-
"2.0.0"
57+
"2.2.0"
5858
};
5959

6060
int

0 commit comments

Comments
 (0)