adambaumeister / goflow

Golang netflow parsing with flexible storage backend.
GNU General Public License v3.0
55 stars 9 forks source link

Feature: IPv6 Support #1

Closed adambaumeister closed 5 years ago

adambaumeister commented 5 years ago

Enable receipt of IPv6 flows, associated with the below fields:

   IPV6_SRC_ADDR                27   16    IPv6 source address
   IPV6_DST_ADDR                28   16    IPv6 destination address
adambaumeister commented 5 years ago

Done and merged. IPv6 support is handled in both currently supported backends using INET fields in postgres and varbinary in mysql.

4