Add broadcast pinging and fix node merging by shared IP
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user