We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4a58b4 + 37fc321 commit 1b074faCopy full SHA for 1b074fa
daemon/builder.go
@@ -338,6 +338,7 @@ func (b *NetworkServiceBuilder) setupENIManager() error {
338
serviceLog.V(5).Info("found attached eni", "eni", ni)
339
if b.config.EnableENITrunking && ni.Trunk && trunkENIID == ni.ID {
340
lo := eni.NewLocal(ni, "trunk", factory, poolConfig)
341
+ normalENICount++
342
eniList = append(eniList, eni.NewTrunk(b.service.k8s.GetClient(), lo))
343
} else if b.config.EnableERDMA && ni.ERdma {
344
erdmaENICount++
0 commit comments