Clear MAC table on each SNMP poll and reduce ping threshold

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-01-31 13:20:20 -08:00
parent 5a7596b456
commit 32da723b2c
7 changed files with 20 additions and 4 deletions

View File

@@ -544,6 +544,8 @@ func (t *Tendrils) queryBridgeMIB(snmp *gosnmp.GoSNMP, node *Node, ifNames map[i
bridgePortToIfIndex := t.getBridgePortMapping(snmp)
t.nodes.ClearMACTable(node)
for _, entry := range macPorts {
mac := entry.mac