Skip to content

Commit

Permalink
Forwarder output: fix plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas955 committed Mar 14, 2021
1 parent 936b1b6 commit c626016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/output/forwarder/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
/// Plugin definition
IPX_API struct ipx_plugin_info ipx_plugin_info = {
"forwarder",
"Example output plugin.",
"Forward flow records as IPFIX to one or more subcollectors.",
IPX_PT_OUTPUT,
0,
"1.0.0",
"2.0.0"
"2.2.0"
};

int
Expand Down

0 comments on commit c626016

Please sign in to comment.