diff --git a/pkg/monitor/nic/nic.go b/pkg/monitor/nic/nic.go index 45a33f4d..bc759425 100644 --- a/pkg/monitor/nic/nic.go +++ b/pkg/monitor/nic/nic.go @@ -13,7 +13,7 @@ const NICKey NICKeyType = "nic" var ( excludeNetInterfaces = []string{ - "lo", "tun", "docker", "veth", "br-", "vmbr", "vnet", "kube", "Meta", "tailscale", + "lo", "tun", "docker", "veth", "br-", "vmbr", "vnet", "kube", "Meta", "tailscale", "fw", "tap", } defaultMatcher = ahocorasick.NewStringMatcher(excludeNetInterfaces)