File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
pkg/flowaggregator/exporter Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ require (
54
54
github.com/stretchr/testify v1.10.0
55
55
github.com/ti-mo/conntrack v0.5.1
56
56
github.com/vishvananda/netlink v1.3.0
57
- github.com/vmware/go-ipfix v0.13 .0
57
+ github.com/vmware/go-ipfix v0.14 .0
58
58
go.uber.org/mock v0.5.0
59
59
golang.org/x/crypto v0.36.0
60
60
golang.org/x/mod v0.24.0
Original file line number Diff line number Diff line change @@ -776,8 +776,8 @@ github.com/vishvananda/netlink v1.3.0/go.mod h1:i6NetklAujEcC6fK0JPjT8qSwWyO0HLn
776
776
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae /go.mod h1:DD4vA1DwXk04H54A1oHXtwZmA0grkVMdPxx/VGLCah0 =
777
777
github.com/vishvananda/netns v0.0.4 h1:Oeaw1EM2JMxD51g9uhtC0D7erkIjgmj8+JZc26m1YX8 =
778
778
github.com/vishvananda/netns v0.0.4 /go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM =
779
- github.com/vmware/go-ipfix v0.13 .0 h1:v3paBzd7oq7LEU1SzDwD5RGoYcGROLQycYyN3EzLvDk =
780
- github.com/vmware/go-ipfix v0.13 .0 /go.mod h1:UTIR38AuEePzrWYjQOvnORCYRG33xZJ56E0K75mSosM =
779
+ github.com/vmware/go-ipfix v0.14 .0 h1:Flz77R8mjD7QfAE56rGqKuI6Xc8O8BZ8kToyu8mA0rM =
780
+ github.com/vmware/go-ipfix v0.14 .0 /go.mod h1:HagsZnswXBEglXBYL5NCAkRk35OETTpYwnMoBsT7Qp8 =
781
781
github.com/wlynxg/anet v0.0.3 /go.mod h1:eay5PRQr7fIVAMbTbchTnO9gG65Hg/uYGdc7mguHxoA =
782
782
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM =
783
783
github.com/x448/float16 v0.8.4 /go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg =
Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ func (e *IPFIXExporter) sendTemplateSet(isIPv6 bool) error {
369
369
elements = append (elements , ie )
370
370
}
371
371
}
372
- record := ipfixentities .NewTemplateRecordFromElements (templateID , elements , false )
372
+ record := ipfixentities .NewTemplateRecordFromElements (templateID , elements )
373
373
// Ideally we would not have to do it explicitly, it would be taken care of by the go-ipfix library.
374
374
record .PrepareRecord ()
375
375
return e .bufferedExporter .AddRecord (record )
You can’t perform that action at this time.
0 commit comments