Github user ottobackwards commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2820#discussion_r206164076
--- Diff:
nifi-nar-bundles/nifi-network-bundle/nifi-network-utils/src/main/java/org/apache/nifi/processors/network/parser/Netflowv5Parser.java
---
@@ -29,6 +32,7 @@
private static final int SHORT_TYPE = 0;
private static final int INTEGER_TYPE = 1;
private static final int LONG_TYPE = 2;
--- End diff --
So netflow5 doesn't support IPV6? If not then cool---
