Skip to content

Commit

Permalink
fix type on timeFlowRttNs field
Browse files Browse the repository at this point in the history
  • Loading branch information
bhale-ibm committed Feb 20, 2024
1 parent 62bdedf commit eaeb1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipeline/write/write_ipfix.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func loadCustomRegistry(EnterpriseID uint32) error {
ilog.WithError(err).Errorf("Failed to register element")
return err
}
err = registry.PutInfoElement((*entities.NewInfoElement("timeFlowRttNs", 7740, 13, EnterpriseID, 65535)), EnterpriseID)
err = registry.PutInfoElement((*entities.NewInfoElement("timeFlowRttNs", 7740, 4, EnterpriseID, 65535)), EnterpriseID)
if err != nil {
ilog.WithError(err).Errorf("Failed to register element")
return err
Expand Down

0 comments on commit eaeb1ac

Please sign in to comment.