diff --git a/go.mod b/go.mod index 5eb0abafd..21d20029e 100644 --- a/go.mod +++ b/go.mod @@ -28,7 +28,7 @@ require ( github.com/spf13/viper v1.18.2 github.com/stretchr/testify v1.8.4 github.com/vladimirvivien/gexe v0.2.0 - github.com/vmware/go-ipfix v0.8.2 + github.com/vmware/go-ipfix v0.9.0 go.opentelemetry.io/otel v1.23.1 go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.23.1 go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.23.1 diff --git a/go.sum b/go.sum index 5c7c6e010..6fb75fcc4 100644 --- a/go.sum +++ b/go.sum @@ -840,8 +840,8 @@ github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtX github.com/vektah/gqlparser v1.1.2/go.mod h1:1ycwN7Ij5njmMkPPAOaRFY4rET2Enx7IkVv3vaXspKw= github.com/vladimirvivien/gexe v0.2.0 h1:nbdAQ6vbZ+ZNsolCgSVb9Fno60kzSuvtzVh6Ytqi/xY= github.com/vladimirvivien/gexe v0.2.0/go.mod h1:LHQL00w/7gDUKIak24n801ABp8C+ni6eBht9vGVst8w= -github.com/vmware/go-ipfix v0.8.2 h1:7pnmXZpI0995psJgno4Bur5fr9PCxGQuKjCI/RYurzA= -github.com/vmware/go-ipfix v0.8.2/go.mod h1:NvEehcpptPOTBaLSkMA+88l2Oe8YNelVBdvj8PA/1d0= +github.com/vmware/go-ipfix v0.9.0 h1:4/N5eFliqULEaCUQV0lafOpN/1bItPE9OTAPGhrIXus= +github.com/vmware/go-ipfix v0.9.0/go.mod h1:MYEdL6Uel2ufOZyVCKvIAaw9hwnewK8aPr7rnwRbxMY= github.com/willf/bitset v1.1.3/go.mod h1:RjeCKbqT1RxIR/KWY6phxZiaY1IyutSBfGjNPySAYV4= github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c= github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI= diff --git a/vendor/github.com/vmware/go-ipfix/pkg/registry/registry_antrea.csv b/vendor/github.com/vmware/go-ipfix/pkg/registry/registry_antrea.csv index 68084cb70..725c436fb 100644 --- a/vendor/github.com/vmware/go-ipfix/pkg/registry/registry_antrea.csv +++ b/vendor/github.com/vmware/go-ipfix/pkg/registry/registry_antrea.csv @@ -56,3 +56,4 @@ ElementID,Name,Abstract Data Type,Data Type Semantics,Status,Description,Units,R 154,egressIP,string,,current,,,,,,,,56506, 155,appProtocolName,string,,current,,,,,,,,56506, 156,httpVals,string,,current,,,,,,,,56506, +157,egressNodeName,string,,current,,,,,,,,56506, diff --git a/vendor/github.com/vmware/go-ipfix/pkg/registry/registry_antrea.go b/vendor/github.com/vmware/go-ipfix/pkg/registry/registry_antrea.go index 5aaf7d597..b180427dc 100644 --- a/vendor/github.com/vmware/go-ipfix/pkg/registry/registry_antrea.go +++ b/vendor/github.com/vmware/go-ipfix/pkg/registry/registry_antrea.go @@ -78,4 +78,5 @@ func loadAntreaRegistry() { registerInfoElement(*entities.NewInfoElement("egressIP", 154, 13, 56506, 65535), 56506) registerInfoElement(*entities.NewInfoElement("appProtocolName", 155, 13, 56506, 65535), 56506) registerInfoElement(*entities.NewInfoElement("httpVals", 156, 13, 56506, 65535), 56506) + registerInfoElement(*entities.NewInfoElement("egressNodeName", 157, 13, 56506, 65535), 56506) } diff --git a/vendor/modules.txt b/vendor/modules.txt index f6a60ba5a..b494d6469 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -473,7 +473,7 @@ github.com/vladimirvivien/gexe/fs github.com/vladimirvivien/gexe/http github.com/vladimirvivien/gexe/prog github.com/vladimirvivien/gexe/vars -# github.com/vmware/go-ipfix v0.8.2 +# github.com/vmware/go-ipfix v0.9.0 ## explicit; go 1.21 github.com/vmware/go-ipfix/pkg/collector github.com/vmware/go-ipfix/pkg/entities