Add broadcast pinging and fix node merging by shared IP

This commit is contained in:
Ian Gulliver
2026-01-24 20:01:43 -08:00
parent f72f716349
commit 4123b49a98
3 changed files with 89 additions and 2 deletions

View File

@@ -223,6 +223,8 @@ func (t *Tendrils) updateInterfaces(interfaces []net.Interface) {
}
func (t *Tendrils) startInterface(ctx context.Context, iface net.Interface) {
go t.pingBroadcast(ctx, iface)
if !t.DisableLLDP {
go t.listenLLDP(ctx, iface)
}