]> git.puffer.fish Git - mirror/frr.git/commit
lib: add missing priority for affinity map callbacks
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 20 Feb 2024 20:27:29 +0000 (22:27 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Wed, 21 Feb 2024 08:02:18 +0000 (08:02 +0000)
commit21af614945d9e309c6d1017d7d3ecaf28f42fb66
treec8b7d3f4032ce1341efd7bb3d66ea095082bbf9e
parent4d1affb4e7adc7fe21b075bab5e5bbcea140ede0
lib: add missing priority for affinity map callbacks

Other objects depend on affinity-maps being created before them by using
leafref with require-instance true. Set the priority to ensure that.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
(cherry picked from commit 323caf1d7013c4787b30ee34b3c53dd4bf0a92aa)
lib/affinitymap_northbound.c