[FlowAggregator] IPFIX UDP traffic is fragmented when sent to external collector #7079
Labels
area/flow-visibility/aggregator
Issues or PRs related to Flow Aggregator
kind/bug
Categorizes issue or PR as related to a bug.
Describe the bug
I have observed that the IPFIX UDP traffic was not respecting the max message size set by the FlowAggregator (calculated based on the configured MTU for the FlowAggregator's
eth0
interface). This lead to fragmentation of the UDP messages, and as far as I can tell, the additional fragments were dropped at the source Pod in my testbed (this part I don't know why exactly).Note that according to the IPFIX RFC, the UDP messages must not exceed the (P)MTU, and there must not be IP fragmentation:
The UDP messages should be sized correctly.
This is actually caused by a bug in go-ipfix, which has been addressed in vmware/go-ipfix#417.
Versions:
Antrea v2.3.0
The text was updated successfully, but these errors were encountered: