add cali to the default nics skip list (#1195)

This commit is contained in:
Sven van Ginkel
2025-09-24 22:29:11 +02:00
committed by GitHub
parent 0dc9b3e273
commit 65897a8df6

View File

@@ -190,6 +190,7 @@ func (a *Agent) skipNetworkInterface(v psutilNet.IOCountersStat) bool {
strings.HasPrefix(v.Name, "br-"),
strings.HasPrefix(v.Name, "veth"),
strings.HasPrefix(v.Name, "bond"),
strings.HasPrefix(v.Name, "cali"),
v.BytesRecv == 0,
v.BytesSent == 0:
return true