use netlink events to emit lh updates instead of a timer

This commit is contained in:
JackDoan
2025-09-09 13:11:49 -05:00
parent 65cc253c19
commit 9642afa149
2 changed files with 59 additions and 3 deletions

View File

@@ -291,7 +291,7 @@ func Main(c *config.C, configTest bool, buildVersion string, logger *logrus.Logg
sshStart,
statsStart,
dnsStart,
lightHouse.StartUpdateWorker,
lightHouse.StartUpdateWorkerNetlink,
connManager.Start,
}, nil
}