]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Ensure that changes to dg_update_list are protected by mutex 17865/head
authorDonald Sharp <sharpd@nvidia.com>
Thu, 16 Jan 2025 16:17:11 +0000 (11:17 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 17 Jan 2025 15:16:48 +0000 (10:16 -0500)
commit19af3f3d7af0f8904794dae3c36f60ed1d5a3cc8
tree90ca79ac1f234f3deb6eb7883b9d048aee5afbbd
parentf94ad538cf93d2b18fa4181e8508f08f94f0a2cc
zebra: Ensure that changes to dg_update_list are protected by mutex

The dg_update_list access is controlled by the dg_mutex in all
other locations.  Let's just add a mutex usage around the initialization
of the dg_update_list even if it's part of the startup, just to keep
things consistent.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_dplane.c