Closed hardeker closed 6 months ago
capabilitiesFromConfig was always taken under the read lock. However, when graceful restart is enabled for some families, this function writes to the neighbor config which creates a data race.
Thanks!
capabilitiesFromConfig was always taken under the read lock. However, when graceful restart is enabled for some families, this function writes to the neighbor config which creates a data race.