Skip to content

IPFIX: Decode IPv6 src/dst/nexthop addresses#1

Merged
metfan1981 merged 1 commit into
masterfrom
ybvs_cc3121
May 4, 2026
Merged

IPFIX: Decode IPv6 src/dst/nexthop addresses#1
metfan1981 merged 1 commit into
masterfrom
ybvs_cc3121

Conversation

@metfan1981

Copy link
Copy Markdown
Collaborator

Summary

Fix IPv6 flow decoding in the IPFIX collector.

Before this change, all IPv6 flows arrived in ClickHouse with src_ip_addr = :: and dst_ip_addr = ::, collapsing all v6 traffic into a single unidentifiable row.

Affected: any agent exporting IPFIX with the ipv6-template

Root cause

pkg/servers/ipfix/ipfix_server.go decoded src / dst / next-hop fields with bnet.IPv4FromBytes.

@metfan1981 metfan1981 merged commit 88ed528 into master May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants